This commit is contained in:
Gabriel Garrido 2024-05-09 10:24:20 +02:00
parent f73b6c4357
commit e8020a2340

View file

@ -29,10 +29,6 @@ type MediaAttachment struct {
Path string
}
func (ma MediaAttachment) SetPath(path string) {
ma.Path = path
}
type Post struct {
CreatedAt time.Time `json:"created_at"`
Id string `json:"id"`