Documentation ¶
Index ¶
- type Bmattermost
- func (b *Bmattermost) Command(cmd string) string
- func (b *Bmattermost) Connect() error
- func (b *Bmattermost) FullOrigin() string
- func (b *Bmattermost) JoinChannel(channel string) error
- func (b *Bmattermost) Name() string
- func (b *Bmattermost) Origin() string
- func (b *Bmattermost) Protocol() string
- func (b *Bmattermost) Send(msg config.Message) error
- type MMMessage
- type MMapi
- type MMhook
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bmattermost ¶
type Bmattermost struct { MMhook MMapi Config *config.Protocol Remote chan config.Message TeamId string // contains filtered or unexported fields }
func (*Bmattermost) Command ¶
func (b *Bmattermost) Command(cmd string) string
func (*Bmattermost) Connect ¶
func (b *Bmattermost) Connect() error
func (*Bmattermost) FullOrigin ¶ added in v0.7.0
func (b *Bmattermost) FullOrigin() string
func (*Bmattermost) JoinChannel ¶ added in v0.7.0
func (b *Bmattermost) JoinChannel(channel string) error
func (*Bmattermost) Name ¶
func (b *Bmattermost) Name() string
func (*Bmattermost) Origin ¶ added in v0.7.0
func (b *Bmattermost) Origin() string
func (*Bmattermost) Protocol ¶ added in v0.7.0
func (b *Bmattermost) Protocol() string
Click to show internal directories.
Click to hide internal directories.