Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Registry = newRegistry()
Registry is inherently thread-safe because it's immutable. Thus, rather than creating multiple instances of it, we only need one.
Functions ¶
This section is empty.
Types ¶
type BuiltinFactory ¶
type BuiltinFactory func() (interface{}, error)
BuiltinFactory is the func signature that should be returned by the plugin's New() func.
Click to show internal directories.
Click to hide internal directories.