Documentation
¶
Overview ¶
Package plugin declares some interfaces that allows developer customizing elevengo agent.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface {
// Print debug message.
// NOTICE: The message does not end with newline character("\n"),
// implementation should append one.
Println(v ...interface{})
}
Logger interface for printing debug message.
Caller can implement himself, or simply uses log.Logger in stdlib.
Click to show internal directories.
Click to hide internal directories.