slack

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2025 License: MIT Imports: 3 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler struct {
	HandleFunc    func(events.Request) (*slack.Msg, error)
	ErrorFunc     func(events.Request, error) (*slack.Msg, error)
	SigningTokens []string
}

Handler checks for Slack requests and returns Slack messages

func (*Handler) Auth

func (h *Handler) Auth(req events.Request) (events.Response, error)

Auth checks if the auth token is valid

func (*Handler) Check

func (h *Handler) Check(req events.Request) bool

Check validates the Slack body parameter exists

func (*Handler) Error

func (h *Handler) Error(req events.Request, e error) (events.Response, error)

func (*Handler) Handle

func (h *Handler) Handle(req events.Request) (events.Response, error)

Handle processes the message

Jump to

Keyboard shortcuts

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