MCPcopy Create free account
hub / github.com/devnullvoid/pvetui / MockConfig

Struct MockConfig

pkg/api/testutils/mocks.go:142–144  ·  view source on GitHub ↗

MockConfig is a mock implementation of the Config interface.

Source from the content-addressed store, hash-verified

140
141// MockConfig is a mock implementation of the Config interface.
142type MockConfig struct {
143 mock.Mock
144}
145
146func (m *MockConfig) GetAddr() string {
147 args := m.Called()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected