Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrChannelNotFound = eris.New("Channel not found")
Functions ¶
This section is empty.
Types ¶
type HTTPAPI ¶
type HTTPAPI struct {
// contains filtered or unexported fields
}
func NewHTTPAPI ¶
func NewHTTPAPI(messagesChannels []channels.MessageChannelInterface, logger *zerolog.Logger) *HTTPAPI
func (*HTTPAPI) GetChannel ¶
func (api *HTTPAPI) GetChannel(name string) (channels.MessageChannelInterface, error)
func (*HTTPAPI) StartAllChannels ¶
func (*HTTPAPI) StopChannel ¶
Click to show internal directories.
Click to hide internal directories.