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

Struct MockAgentConn

codersdk/workspacesdk/agentconnmock/agentconnmock.go:36–40  ·  view source on GitHub ↗

MockAgentConn is a mock of AgentConn interface.

Source from the content-addressed store, hash-verified

34
35// MockAgentConn is a mock of AgentConn interface.
36type MockAgentConn struct {
37 ctrl *gomock.Controller
38 recorder *MockAgentConnMockRecorder
39 isgomock struct{}
40}
41
42// MockAgentConnMockRecorder is the mock recorder for MockAgentConn.
43type MockAgentConnMockRecorder struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected