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 DisablePostFeed bool `gorm:"default:false"` DisableStoryFeed bool `gorm:"default:false"` AddedBy string BotID string // only relevant for DMs InstagramUsername string InstagramAccountID string LastCheck time.Time feed.Check StoriesLastCheck time.Time StoriesCheck feed.Check `gorm:"embedded;embedded_prefix:stories_"` }
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.