Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
HandleFunc func(events.Request) (*slack.Msg, error)
ErrorFunc func(events.Request, error) (*slack.Msg, error)
SigningTokens []string
}
Handler checks for Slack requests and returns Slack messages
Click to show internal directories.
Click to hide internal directories.