Documentation
¶
Overview ¶
Package p contains an HTTP Cloud Function.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Challenge ¶
type Challenge struct {
Token string `json:"token"`
Challenge string `json:"challenge"`
Type string `json:"type"`
}
Challenge from Slack
type ChallengeResponse ¶
type ChallengeResponse struct {
Challenge string `json:"challenge"`
}
ChallengeResponse response from Slack Challenge
Click to show internal directories.
Click to hide internal directories.