MCPcopy Create free account
hub / github.com/coder/coder / MockSubAgentClient

Struct MockSubAgentClient

agent/agentcontainers/acmock/acmock.go:222–226  ·  view source on GitHub ↗

MockSubAgentClient is a mock of SubAgentClient interface.

Source from the content-addressed store, hash-verified

220
221// MockSubAgentClient is a mock of SubAgentClient interface.
222type MockSubAgentClient struct {
223 ctrl *gomock.Controller
224 recorder *MockSubAgentClientMockRecorder
225 isgomock struct{}
226}
227
228// MockSubAgentClientMockRecorder is the mock recorder for MockSubAgentClient.
229type MockSubAgentClientMockRecorder struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected