helper

package
v1.8.0 Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2020 License: BSD-3-Clause Imports: 8 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Manager added in v1.2.0

type Manager struct {
	// contains filtered or unexported fields
}

func NewManager added in v1.2.0

func NewManager(r Runner) *Manager

func (*Manager) Start added in v1.2.0

func (m *Manager) Start() error

type Runner added in v1.2.0

type Runner interface {
	Name() string
	SetRestoreValue(restoreTime interface{}) error
	Start()
	Stop()
	UpdateCh() <-chan interface{}
}

Jump to

Keyboard shortcuts

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