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

Struct mockConfig

internal/taskmanager/manager_test.go:324–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322}
323
324type mockConfig struct {
325 addr string
326}
327
328func (m *mockConfig) GetAddr() string { return m.addr }
329func (m *mockConfig) GetUser() string { return "user" }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected