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

Struct MockDRPCClient

coderd/aibridged/aibridgedmock/clientmock.go:22–26  ·  view source on GitHub ↗

MockDRPCClient is a mock of DRPCClient interface.

Source from the content-addressed store, hash-verified

20
21// MockDRPCClient is a mock of DRPCClient interface.
22type MockDRPCClient struct {
23 ctrl *gomock.Controller
24 recorder *MockDRPCClientMockRecorder
25 isgomock struct{}
26}
27
28// MockDRPCClientMockRecorder is the mock recorder for MockDRPCClient.
29type MockDRPCClientMockRecorder struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected