Documentation
¶
Index ¶
Constants ¶
View Source
const PluginName = "informer"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JobsStat ¶
type JobsStat interface {
Named
// JobsState returns a slice with the attached drivers information
JobsState(ctx context.Context) ([]*jobs.State, error)
}
JobsStat interface provides statistic for the job plugin
type Named ¶
type Named interface {
// Name returns the user-friendly name of the plugin
Name() string
}
Click to show internal directories.
Click to hide internal directories.