MCPcopy
hub / github.com/cyclops-ui/cyclops / MockClient

Struct MockClient

cyclops-ctrl/internal/telemetry/client.go:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32type MockClient struct{}
33
34func NewClient(disable bool, version, installManager string, logger logger) (Client, error) {
35 if disable {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected