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) (events.Response, error)
ErrorFunc func(events.Request, error) (events.Response, error)
BcryptTokens map[string]string
}
Handler checks for Slack requests and returns Slack messages
Click to show internal directories.
Click to hide internal directories.