status

package
v1.15.1 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Status

type Status uint8
const (
	KO Status = iota
	Warn
	OK
)

func NewFromInt

func NewFromInt(sts int64) Status

func NewFromString

func NewFromString(sts string) Status

func (Status) Float added in v1.10.3

func (s Status) Float() float64

func (Status) Int

func (s Status) Int() int64

func (Status) MarshalJSON

func (s Status) MarshalJSON() ([]byte, error)

func (Status) String

func (s Status) String() string

func (*Status) UnmarshalJSON

func (s *Status) UnmarshalJSON(data []byte) error

Jump to

Keyboard shortcuts

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