Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GeminiSlack ¶
func GeminiSlack(w http.ResponseWriter, r *http.Request)
Types ¶
type Authorization ¶
type Authorization struct {
UserID string `json:"user_id"`
}
type ChallengeResp ¶
type ChallengeResp struct {
Challenge string `json:"challenge"`
}
type Payload ¶
type Payload struct { Challenge string `json:"challenge"` Type *string `json:"type"` Event *SlackEvent `json:"event"` Authorizations []Authorization `json:"authorizations"` }
Click to show internal directories.
Click to hide internal directories.