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

Interface Client

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

Source from the content-addressed store, hash-verified

6)
7
8type Client interface {
9 ModuleCreation()
10 ModuleReconciliation()
11 MCPModuleReconciliation()
12 InstanceStart()
13 ReleaseUpdate()
14 ReleaseMigration()
15 TemplateCreation()
16 TemplateEdit()
17 AddonInstall(addon string)
18}
19
20type logger interface {
21 Info(string, ...any)

Callers 9

CreateModuleMethod · 0.65
ReconcileMethod · 0.65
ReconcileMethod · 0.65
mainFunction · 0.95
UpgradeReleaseMethod · 0.65
MigrateHelmReleaseMethod · 0.65
CreateTemplatesStoreMethod · 0.65
EditTemplatesStoreMethod · 0.65
InstallMCPServerMethod · 0.65

Implementers 2

EnqueueClientcyclops-ctrl/internal/telemetry/client
MockClientcyclops-ctrl/internal/telemetry/client

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…