package
0.0.0-20200531231915-382b95aaa347
Repository: https://github.com/gobridge/gopher.git
Documentation: pkg.go.dev

# Functions

New will create a new Bot.

# Structs

Bot structure.
Message contains the slack.MessageEvent and processed information.

# Interfaces

A Handler responds to a message.
A JoinHandler responds to a user joining the Slack team.
JoinResponder provides methods for responding to a user joing the Slack team.
Responder provides methods for responding to messages.

# Type aliases

HandlerFunc adapts a function to be a Handler.
JoinHandlerFunc adapts a function to be a JoinHandler.
Logger function.