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

Struct MockSubscription

tailnet/tailnettest/subscriptionmock.go:20–24  ·  view source on GitHub ↗

MockSubscription is a mock of Subscription interface.

Source from the content-addressed store, hash-verified

18
19// MockSubscription is a mock of Subscription interface.
20type MockSubscription struct {
21 ctrl *gomock.Controller
22 recorder *MockSubscriptionMockRecorder
23 isgomock struct{}
24}
25
26// MockSubscriptionMockRecorder is the mock recorder for MockSubscription.
27type MockSubscriptionMockRecorder struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected