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

Function defaultOptions

pkg/api/options.go:31–36  ·  view source on GitHub ↗

defaultOptions returns ClientOptions with sensible defaults.

()

Source from the content-addressed store, hash-verified

29
30// defaultOptions returns ClientOptions with sensible defaults.
31func defaultOptions() *ClientOptions {
32 return &ClientOptions{
33 Logger: &interfaces.NoOpLogger{},
34 Cache: &interfaces.NoOpCache{},
35 }
36}

Callers 1

NewClientFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected