tuningset

package
v0.0.0-...-d0ca30c Latest Latest
Warning

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

Go to latest
Published: May 6, 2024 License: Apache-2.0 Imports: 10 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Factory

type Factory interface {
	Init(tuningSets []*api.TuningSet)
	CreateTuningSet(name string) (TuningSet, error)
}

Factory is a factory that creates tuning sets.

func NewFactory

func NewFactory() Factory

NewFactory creates new ticker factory.

type TuningSet

type TuningSet interface {
	Execute(actions []func())
}

TuningSet executes action sets.

Jump to

Keyboard shortcuts

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