blob: f6045a74537def371db28b345fd36b3b3897c56f [file] [edit]
package supervisor
type Machine struct {
Cpus int
Memory int64
}