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

Method EXPECT

tailnet/tailnettest/coordinatormock.go:43–45  ·  view source on GitHub ↗

EXPECT returns an object that allows the caller to indicate expected use.

()

Source from the content-addressed store, hash-verified

41
42// EXPECT returns an object that allows the caller to indicate expected use.
43func (m *MockCoordinator) EXPECT() *MockCoordinatorMockRecorder {
44 return m.recorder
45}
46
47// Close mocks base method.
48func (m *MockCoordinator) Close() error {

Calls

no outgoing calls