Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Verbose bool = false
)
Functions ¶
Types ¶
type Server ¶
type Server struct {
Id, Cores, Memory, Cpulevel, Ramlevel int
Cputhreshold, Ramthreshold int
Servertype ServerType
Address, Manageraddress string
Containers []*Container
// contains filtered or unexported fields
}
type ServerType ¶
type ServerType uint8
const ( HighCPU ServerType = iota // = 0 (compute intensive) HighMemory // = 1 (memory intensive) Combined // = 2 (combined) )
Click to show internal directories.
Click to hide internal directories.