| 297 | } |
| 298 | |
| 299 | type fakeContainerCLI struct { |
| 300 | resp codersdk.WorkspaceAgentListContainersResponse |
| 301 | } |
| 302 | |
| 303 | func (f *fakeContainerCLI) List(ctx context.Context) (codersdk.WorkspaceAgentListContainersResponse, error) { |
| 304 | return f.resp, nil |
nothing calls this directly
no outgoing calls
no test coverage detected