mirror of
https://github.com/containerd/containerd.git
synced 2026-07-18 13:31:22 +00:00
7 lines
70 B
Go
7 lines
70 B
Go
package supervisor
|
|
|
|
type Machine struct {
|
|
Cpus int
|
|
Memory int64
|
|
}
|