Documentation
¶
Overview ¶
Package bacotell provides the BacoTell entrypoint and the core subsystems of the framework.
Index ¶
Constants ¶
View Source
const ( Version = "v1.0.0" ProtocolVersion = 1 // Must be equal to major version. ConfigBotName = "bot_name" ConfigBotToken = "bot_token" ConfigPluginDir = "plugin_dir" ConfigLogFile = "log_file" ConfigLogLevel = "log_level" )
Variables ¶
This section is empty.
Functions ¶
func Debug ¶
func Debug(token string, reattachConfig *plugin.ReattachConfig)
Debug starts BacoTell in debug mode.
func HandshakeConfig ¶
func HandshakeConfig() plugin.HandshakeConfig
HandshakeConfig returns the handshake configuration for the plugin.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.