Documentation ¶
Index ¶
- Constants
- type Action
- func (a *Action) CreateChannel(_ protocol.Request) protocol.Response
- func (a *Action) GetChannelInfo(_ protocol.Request) protocol.Response
- func (a *Action) GetChannelList(_ protocol.Request) protocol.Response
- func (a *Action) GetLatestEvents(_ protocol.Request) protocol.Response
- func (a *Action) GetStatus(_ protocol.Request) protocol.Response
- func (a *Action) GetSupportedActions(_ protocol.Request) protocol.Response
- func (a *Action) GetUserInfo(_ protocol.Request) protocol.Response
- func (a *Action) GetVersion(_ protocol.Request) protocol.Response
- func (a *Action) RegisterChannels(_ protocol.Request) protocol.Response
- func (a *Action) RegisterSlashCommands(_ protocol.Request) protocol.Response
- func (a *Action) SendMessage(req protocol.Request) protocol.Response
- type Adapter
- type Driver
Constants ¶
View Source
const ID = "slack"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action struct {
// contains filtered or unexported fields
}
func (*Action) GetChannelInfo ¶
func (*Action) GetChannelList ¶
func (*Action) GetLatestEvents ¶
func (*Action) GetSupportedActions ¶
func (*Action) RegisterChannels ¶
func (*Action) RegisterSlashCommands ¶
type Driver ¶
type Driver struct {
// contains filtered or unexported fields
}
func (*Driver) HttpServer ¶
func (*Driver) WebSocketClient ¶
func (*Driver) WebSocketServer ¶
Click to show internal directories.
Click to hide internal directories.