Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AhelpRelay ¶
type AhelpRelay struct { Queue chan webhooks.AhelpMessage ChannelID string Discord *discordgo.Session Logger *zap.SugaredLogger }
func (*AhelpRelay) Run ¶
func (r *AhelpRelay) Run(wg *sync.WaitGroup)
type EmoteRelay ¶
type EmoteRelay struct { Queue chan webhooks.EmoteMessage ChannelID string Discord *discordgo.Session Logger *zap.SugaredLogger }
func (*EmoteRelay) Run ¶
func (r *EmoteRelay) Run(wg *sync.WaitGroup)
Click to show internal directories.
Click to hide internal directories.