Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bot ¶
type Bot struct { IncomingMessageChannel chan SlackMessage OutgoingMessageChannel chan types.OutgoingSlackMessage // contains filtered or unexported fields }
func NewBot ¶
func NewBot(appToken string, botToken string, logger interfaces.LoggerInterface) (*Bot, error)
type SlackMessage ¶
Click to show internal directories.
Click to hide internal directories.