Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnInterface ¶
type Constructor ¶
type Constructor func(name string, config interface{}) ConnInterface
type Instance ¶
type Instance struct {
ID string
Name string // name of the instance
Plugin string // name of connector
Connection ConnInterface `json:"-"`
Config interface{}
}
type InstanceView ¶
type Plugin ¶
type Plugin struct {
Constructor Constructor `json:"-"`
Config interface{}
}
Click to show internal directories.
Click to hide internal directories.