Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewLogger ¶
func NewLogger() *lumberjack.Logger
Types ¶
type AutoCompleter ¶ added in v0.7.0
type AutoCompleter struct {
// contains filtered or unexported fields
}
AutoCompleter autocompletes queries into the REPL. Implements AutoCompleter interface from github.com/chzyer/readline
func NewAutoCompleter ¶ added in v0.7.0
func NewAutoCompleter(functions []string) *AutoCompleter
Click to show internal directories.
Click to hide internal directories.