Sign in
chromium
/
external
/
github.com
/
docker
/
containerd
/
refs/heads/021-fix
/
.
/
supervisor
/
machine.go
blob: f6045a74537def371db28b345fd36b3b3897c56f [
file
] [
edit
]
package supervisor
type Machine struct {
Cpus int
Memory int64
}