plugin

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

"plugin" package declare some interfaces that developer can implement himself.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Logger

type Logger interface {

	// Print a debug level log.
	Debug(message string)

	// Print an information level log.
	Info(message string)

	// Print a warning level log.
	Warn(message string)

	// Print an error level log.
	Error(message string)
}

Logger interface.

Jump to

Keyboard shortcuts

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