Documentation
¶
Index ¶
Constants ¶
View Source
const ( PluginFS = "fs" PluginMsg = "msg" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Plugin ¶
type Plugin interface {
Apply(*SDK, *conf.Configuration) error
}
Plugin is the knockout service client plugin interface.
type SDK ¶
type SDK struct {
// contains filtered or unexported fields
}
SDK is the knockout service client SDK.
func (*SDK) RegisterPlugin ¶
func (sdk *SDK) RegisterPlugin(name string, cnf *conf.Configuration) error
RegisterPlugin registers a plugin. Plugins are used to extend the SDK.
Click to show internal directories.
Click to hide internal directories.