Documentation ¶
Index ¶
- type Service
- func (s Service) DiscordHandler(ctx context.Context, webhook discord.InteractionRequest) (discord.InteractionResponse, bool, ...)
- func (s Service) SlackCommand(ctx context.Context, payload slack.SlashPayload) slack.Response
- func (s Service) SlackInteract(ctx context.Context, payload slack.InteractivePayload) slack.Response
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (Service) DiscordHandler ¶
func (s Service) DiscordHandler(ctx context.Context, webhook discord.InteractionRequest) (discord.InteractionResponse, bool, func(context.Context) discord.InteractionResponse)
func (Service) SlackCommand ¶
func (Service) SlackInteract ¶
Click to show internal directories.
Click to hide internal directories.