token

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jun 4, 2023 License: MIT Imports: 3 Imported by: 0

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) (events.Response, error)
	ErrorFunc    func(events.Request, error) (events.Response, error)
	BcryptTokens map[string]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)

Error processes errors during handler processing

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