Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BuiltinFactory ¶
type BuiltinFactory func() (interface{}, error)
BuiltinFactory is the func signature that should be returned by the plugin's New() func.
func Get ¶
func Get(name string) (BuiltinFactory, bool)
Get returns the BuiltinFactory func for a particular backend plugin from the plugins map.
Click to show internal directories.
Click to hide internal directories.