MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / GetByCluster

Method GetByCluster

service/monitor/service.go:16–16  ·  view source on GitHub ↗
(ctx context.Context, clusterId string)

Source from the content-addressed store, hash-verified

14 // MapByCluster 获取监控配置
15 MapByCluster(ctx context.Context, clusterIds ...string) (map[string]*Monitor, error)
16 GetByCluster(ctx context.Context, clusterId string) (*Monitor, error)
17 // Save 保存监控配置
18 Save(ctx context.Context, monitor *SaveMonitor) error
19}

Callers 3

getExecutorMethod · 0.65
GetMonitorConfigMethod · 0.65
getExecutorMethod · 0.65

Implementers 1

imlMonitorServiceservice/monitor/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected