Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
194
func
(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.
201
type
TestConfig
struct
{
Callers
nothing calls this directly
Calls
1
String
Method · 0.45
Tested by
no test coverage detected