Documentation ¶
Overview ¶
Package plug provides plugin functionality for Snart.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Dirs = []string{
".",
"plugs",
}
Dirs is a list of directories to search for Plugs.
View Source
var ErrNoPlug = errors.New("no such plug")
ErrNoPlug occurs when a named Plug cannot be found.
Functions ¶
This section is empty.
Types ¶
type Base ¶
Base is a Plug that provides stub functionality to be embedded into other Plugs.
Click to show internal directories.
Click to hide internal directories.