plugin

package
v0.1.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 10, 2020 License: MIT Imports: 0 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL