Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Plugins = map[string]Plugin{}
map of registered plugins
Functions ¶
Types ¶
type Registrator ¶
type Registrator interface {
Register() []victor.HandlerDocPair
}
Registrator is the interface that a plugin must implement.
func NewRPCPlugin ¶ added in v0.0.2
func NewRPCPlugin(name, path string) Registrator
Click to show internal directories.
Click to hide internal directories.