mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-01 15:52:25 -05:00
7 lines
186 B
Go
7 lines
186 B
Go
package media
|
|
|
|
import gtsmodel "github.com/superseriousbusiness/gotosocial/internal/db/bundb/migrations/20211113114307_init"
|
|
|
|
type Media struct {
|
|
Attachment *gtsmodel.MediaAttachment
|
|
}
|