MCPcopy
hub / github.com/passteque/gluetun / MockSource

Struct MockSource

internal/configuration/settings/mocks_reader_test.go:14–17  ·  view source on GitHub ↗

MockSource is a mock of Source interface.

Source from the content-addressed store, hash-verified

12
13// MockSource is a mock of Source interface.
14type MockSource struct {
15 ctrl *gomock.Controller
16 recorder *MockSourceMockRecorder
17}
18
19// MockSourceMockRecorder is the mock recorder for MockSource.
20type MockSourceMockRecorder struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected