//
pkg.gl
Category
github.com/botopolis/bot
mock
package
0.5.0
Repository:
https://github.com/botopolis/bot.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
103 SLOC
#
Functions
NewChat
NewChat returns a NOOP Chat.
NewLogger
NewLogger creates a mock logger.
NewPlugin
NewPlugin returns a NOOP Plugin.
NewStore
NewStore returns a NOOP Store.
#
Constants
DebugLevel
DebugLevel is the debug level.
ErrorLevel
ErrorLevel is the error level.
FatalLevel
FatalLevel is the fatal level.
InfoLevel
InfoLevel is the info level.
PanicLevel
PanicLevel is the panic level.
WarnLevel
WarnLevel is the warn level.
#
Structs
Chat
Chat is a mock bot.Chat.
Logger
Logger is a mock logger.
Plugin
Plugin is a mock bot.Plugin.
Store
Store is a mock bot.Store.
#
Type aliases
Level
Level is the log level.