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

Method GetAPIToken

pkg/api/testutils/mocks.go:194–198  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

192}
193
194func (m *MockConfig) GetAPIToken() string {
195 args := m.Called()
196
197 return args.String(0)
198}
199
200// TestConfig is a simple test implementation of the Config interface.
201type TestConfig struct {

Callers

nothing calls this directly

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected