| 87 | } |
| 88 | |
| 89 | type mockInfoProvider struct { |
| 90 | options info.RequestOptions |
| 91 | } |
| 92 | |
| 93 | func (m *mockInfoProvider) GetRequestedContainersInfo(containerName string, options info.RequestOptions) (map[string]*info.ContainerInfo, error) { |
| 94 | m.options = options |
nothing calls this directly
no outgoing calls
no test coverage detected