tuningset

package
v0.0.0-...-a426a1e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 9, 2020 License: Apache-2.0 Imports: 9 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL