MCPcopy
hub / github.com/google/cadvisor / mockedMachineInfo

Struct mockedMachineInfo

lib/container/containerd/handler_test.go:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37type mockedMachineInfo struct{}
38
39func (m *mockedMachineInfo) GetMachineInfo() (*info.MachineInfo, error) {
40 return &info.MachineInfo{}, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected