Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SlackAppMentionHandler ¶
type SlackAppMentionHandler interface {
HandleAppMention(ctx context.Context, ev *slackevents.AppMentionEvent) error
}
type SlackBlockActionHandler ¶
type SlackBot ¶
type SlackBot struct {
*slack.Client
Handler any
Socket *socketmode.Client
}
type SlackMessageHandler ¶
type SlackMessageHandler interface {
HandleMessage(ctx context.Context, ev *slackevents.MessageEvent) error
}
type Uploader ¶
type Uploader struct {
// contains filtered or unexported fields
}
func NewUploader ¶
Click to show internal directories.
Click to hide internal directories.