Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// Invoker is the command invoker
Invoker invoker.Invoker
// HTTPClient is the http client used to send the message
HTTPClient *http.Client
// Command is the filesystem path of the command to execute
Command string
// Timeout is the timeout for the command handler
Timeout time.Duration
// VerificationToken is the token used to verify the request
VerificationToken string
// contains filtered or unexported fields
}
Handler is the structure representing the slack slash command handler
Click to show internal directories.
Click to hide internal directories.