Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TuningSet ¶
type TuningSet interface {
Execute(actions []func())
}
TuningSet executes action sets.
type TuningSetFactory ¶
type TuningSetFactory interface {
Init(tuningSets []api.TuningSet)
CreateTuningSet(name string) (TuningSet, error)
}
TuningSetFactory is a factory that creates tuning sets.
func NewTuningSetFactory ¶
func NewTuningSetFactory() TuningSetFactory
NewTuningSetFactory creates new ticker factory.
Click to show internal directories.
Click to hide internal directories.