mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
8 lines
186 B
Go
8 lines
186 B
Go
package media
|
|
|
|
import gtsmodel "github.com/superseriousbusiness/gotosocial/internal/db/bundb/migrations/20211113114307_init"
|
|
|
|
type Media struct {
|
|
Attachment *gtsmodel.MediaAttachment
|
|
}
|