event

package
v0.0.0-...-96967a2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 10, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Handle

func Handle(ctx context.Context, api *slack.Client, ev *slackevents.AppMentionEvent)

Types

type BotCommand

type BotCommand string

BotCommand is a type for supported bot commands

const (
	// HelpCommand is the help command
	HelpCommand BotCommand = "help"
	// EchoCommand is the echo command
	EchoCommand BotCommand = "echo"
)

type EventHandler

type EventHandler interface {
	Handle(ctx context.Context, api *slack.Client, ev *slackevents.AppMentionEvent)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL