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 ChannelOrUserID string // UserID in case of DMs DM bool AddedBy string BotID string // only relevant for DMs WeverseChannelName string WeverseChannelID int64 ArtistFeedLastCheck time.Time ArtistFeedCheck feed.Check `gorm:"embedded;embedded_prefix:artist_"` MediaFeedLastCheck time.Time MediaFeedCheck feed.Check `gorm:"embedded;embedded_prefix:media_"` NoticeFeedLastCheck time.Time NoticeFeedCheck feed.Check `gorm:"embedded;embedded_prefix:notice_"` MomentFeedLastCheck time.Time MomentFeedCheck feed.Check `gorm:"embedded;embedded_prefix:moment_"` }
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.