Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArtistPatch ¶
type ArtistPatch struct {
ID objectuuid.ObjectUUID `gorm:"-"`
Name *string
Username *string
UID *string
}
type ArtworkArtistCreation ¶
type ArtworkBasicPatch ¶
type ArtworkBasicPatch struct {
ID objectuuid.ObjectUUID `gorm:"-"`
Title *string
Description *string
R18 *shared.R18Type
}
type ArtworkCreation ¶
type ArtworkCreation struct {
ID objectuuid.ObjectUUID
Title string
Description string
R18 bool
SourceType shared.SourceType
SourceURL string
Artist ArtworkArtistCreation
Tags []string
Pictures []ArtworkPictureCreation
UgoiraMetas []*ArtworkUgoiraCreation
}
type ArtworkPictureCreation ¶
type ArtworkUgoiraCreation ¶
type ArtworkUgoiraCreation struct {
Index uint
Data shared.UgoiraMetaData
OriginalStorage shared.StorageDetail
TelegramInfo shared.TelegramInfo
}
Click to show internal directories.
Click to hide internal directories.