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.
Click to show internal directories.
Click to hide internal directories.