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

Struct MockCoordinatee

tailnet/tailnettest/coordinateemock.go:22–26  ·  view source on GitHub ↗

MockCoordinatee is a mock of Coordinatee interface.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected