Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handlers ¶
type Handlers struct {
// contains filtered or unexported fields
}
Handlers combines SlackBot management and event handling, implementing app.CustomHandler
func NewHandlers ¶
func NewHandlers( repo repositories.SlackBotRepository, sessionManager repositories.SessionManager, defaultSigningSecret string, defaultBotTokenSecretName string, defaultBotTokenSecretKey string, baseURL string, channelResolver *services.SlackChannelResolver, ) *Handlers
NewHandlers creates a new SlackBot Handlers instance
Click to show internal directories.
Click to hide internal directories.