common

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2026 License: MIT Imports: 1 Imported by: 6

Documentation

Index

Constants

View Source
const (
	StatusDie   = "die"
	StatusStart = "start"

	DateTimeFormat = "2006-01-02 15:04:05.999999"

	DOCKERIZED = "AGENT_IN_DOCKER"

	LocalIP = "127.0.0.1"

	DockerRuntime = "docker"
	YavirtRuntime = "yavirt"
	MocksRuntime  = "mocks"

	GRPCStore  = "grpc"
	MocksStore = "mocks"

	ERUNodeName = "eru.nodename"
	ERUCoreID   = "eru.coreid"
)

Variables

View Source
var (
	ErrNotImplemented     = errors.New("not implemented")
	ErrConnecting         = errors.New("connecting")
	ErrInvalidScheme      = errors.New("invalid scheme")
	ErrInvalidRuntimeType = errors.New("unknown runtime type")
	ErrInvalidStoreType   = errors.New("unknown store type")
	ErrWorkloadUnhealthy  = errors.New("not healthy")
	ErrSyscallFailed      = errors.New("not a syscall.Stat_t")
	ErrDevNotFound        = errors.New("device not found")
	ErrJournalDisabled    = errors.New("journal disabled")
	ErrInvalidContainer   = errors.New("invalid container")
	ErrGetLockFailed      = errors.New("get lock failed")
	ErrInvalidVM          = errors.New("invalid vm")
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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