Sign in
chromium
/
external
/
github.com
/
docker
/
containerd
/
refs/heads/021-fix
/
.
/
supervisor
/
machine_windows.go
blob: 90d47c8bad9de4e58c6f061cc308e3e1b2fd4a83 [
file
] [
edit
]
package supervisor
func CollectMachineInformation() (Machine, error) {
return Machine{}, nil
}