Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AliceBot ¶
type AliceBot interface { channels.ChatChannelHandler SendMessage(string) }
AliceBot is an interface for alicebot, allowing callers to send and receive messages.
func NewAliceBot ¶
func NewAliceBot(acn connectivity.ACN, onion string) AliceBot
NewAliceBot creates a new AliceBot and establishes a connection to the given onion server.
Click to show internal directories.
Click to hide internal directories.