domain

package
v1.0.0-rc1 Latest Latest
Warning

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

Go to latest
Published: Jun 22, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Resource

type Resource struct {
	Type  Type
	Limit uint64
	Usage uint64
}

Resource представляет информацию о ресурсе.

type State

type State uint8

State — состояние ресурса.

const (
	// Normal нормальное состояние
	Normal State = iota

	// Warning предупреждение (используется >70%)
	Warning

	// Alarm тревога (используется >85%)
	Alarm
)

func (State) String

func (i State) String() string

type Type

type Type uint8

Type — тип ресурса.

const (
	// Memory оперативная память
	Memory Type = iota

	// CPU процессорное время
	CPU
)

func (Type) String

func (i Type) String() string

Jump to

Keyboard shortcuts

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