blob: e96c370209f6d5747d8a7341a3a2067c0a06498f (
plain)
1
2
3
4
5
6
7
|
package media
import gtsmodel "github.com/superseriousbusiness/gotosocial/internal/db/bundb/migrations/20211113114307_init"
type Media struct {
Attachment *gtsmodel.MediaAttachment
}
|