Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BotAdapter ¶
type BotAdapter struct {
// contains filtered or unexported fields
}
func NewBotAdapter ¶
func NewBotAdapter(ctx context.Context, events chan requestCatcher, clientApi clientAPI) (*BotAdapter, error)
func (*BotAdapter) Close ¶
func (b *BotAdapter) Close() error
func (*BotAdapter) RegisterAt ¶
func (b *BotAdapter) RegisterAt(brain *joe.Brain)
func (*BotAdapter) Send ¶
func (b *BotAdapter) Send(text, urlCallback string) error
Click to show internal directories.
Click to hide internal directories.