Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct { gorm.Model GuildID string ChannelID string // UserID in case of DMs AddedBy string BotID string // only relevant for DMs BoardID string MinorGallery bool Recommended bool DM bool LastCheck time.Time feed.Check }
Entry model maintained by Processor
type Plugin ¶
type Plugin struct {
// contains filtered or unexported fields
}
func (*Plugin) Localizations ¶
func (p *Plugin) Localizations() []interfaces.Localization
Click to show internal directories.
Click to hide internal directories.