MCPcopy Index your code
hub / github.com/coder/coder / fakeContainerCLI

Struct fakeContainerCLI

cli/open_test.go:299–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297}
298
299type fakeContainerCLI struct {
300 resp codersdk.WorkspaceAgentListContainersResponse
301}
302
303func (f *fakeContainerCLI) List(ctx context.Context) (codersdk.WorkspaceAgentListContainersResponse, error) {
304 return f.resp, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected