Shioriko/pkg/models/read.go

9 lines
192 B
Go
Raw Normal View History

2021-05-09 15:07:23 +00:00
package models
type PostReadModel struct {
ID string `json:"id"`
ImagePath string `json:"image_path"`
SourceURL string `json:"source_url"`
Tags []string `json:"tags"`
}