common

package
v1.5.6 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2024 License: MIT Imports: 1 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrorEndOfProcessing = errors.New("end of processing")
	ErrorServiceNotFound = errors.New("service not found")
	ErrorServiceRan      = errors.New("service has already run")
	ErrorServiceNotReady = errors.New("service is not ready")
	ErrorInvalidLength   = errors.New("invalid length")
	ErrorInvalidType     = errors.New("invalid type")
)

Functions

This section is empty.

Types

type ServiceStatus

type ServiceStatus int
const (
	StatusUninitialized ServiceStatus = iota
	StatusInit          ServiceStatus = iota + 1
	StatusSetup         ServiceStatus = iota + 1
	StatusStart         ServiceStatus = iota + 1
	StatusStop          ServiceStatus = iota + 1
)

func (ServiceStatus) String

func (ss ServiceStatus) String() string

Jump to

Keyboard shortcuts

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