Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InterlockConfig ¶
type InterlockConfig struct {
Version string `json:"version,omitempty"`
}
type Plugin ¶
type Plugin interface {
Info() *PluginInfo
Init() error
HandleEvent(event *dockerclient.Event) error
}
Click to show internal directories.
Click to hide internal directories.