status

package
v0.0.0-...-7b9bfbb Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2025 License: Apache-2.0 Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Provider

type Provider interface {

	// GetStatus Returns the entity's status
	GetStatus() Status
}

Provider is an interface for entities that have a reportable status

type SafeStatus

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

func NewSafeStatus

func NewSafeStatus(status Status) *SafeStatus

func (*SafeStatus) GetStatus

func (as *SafeStatus) GetStatus() Status

func (*SafeStatus) SetStatus

func (as *SafeStatus) SetStatus(status Status)

func (*SafeStatus) String

func (as *SafeStatus) String() string

type Status

type Status int

Status is runtime status

const (
	Initializing Status = iota
	Ready
	Error
	Stopped
	Stopping
)

Status codes

func (Status) OneOf

func (s Status) OneOf(statuses ...Status) bool

func (Status) String

func (s Status) String() string

Jump to

Keyboard shortcuts

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