Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { Debugf(guildID, message string, data ...interface{}) error Infof(guildID, message string, data ...interface{}) error Warnf(guildID, message string, data ...interface{}) error Errorf(guildID, message string, data ...interface{}) error Fatalf(guildID, message string, data ...interface{}) error Section(module string) Logger }
Click to show internal directories.
Click to hide internal directories.