GoToSocial/internal/media/media.go

8 lines
186 B
Go
Raw Normal View History

2022-01-02 15:00:53 +01:00
package media
import gtsmodel "github.com/superseriousbusiness/gotosocial/internal/db/bundb/migrations/20211113114307_init"
type Media struct {
Attachment *gtsmodel.MediaAttachment
}