Documentation
¶
Overview ¶
Package stoat provides a lightning.Plugin implementation for Stoat. To use Stoat support with lightning, see New
bot := lightning.NewBot(lightning.BotOptions{
// ...
}
bot.AddPluginType("stoat", stoat.New)
bot.UsePluginType("stoat", "", map[string]string{
// ...
})
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.