manager

package
v1.0.11 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Base

type Base struct {
	Status Status
	// contains filtered or unexported fields
}

func (*Base) Lock

func (base *Base) Lock()

func (*Base) Unlock

func (base *Base) Unlock()

type Manager

type Manager interface {
	Start(ctx context.Context) chan error
}

type Status

type Status byte
const (
	STOP  Status = '1'
	START Status = '2'
)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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