MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / Get

Method Get

service/monitor/service.go:13–13  ·  view source on GitHub ↗

Get 获取监控配置

(ctx context.Context, id string)

Source from the content-addressed store, hash-verified

11type IMonitorService interface {
12 // Get 获取监控配置
13 Get(ctx context.Context, id string) (*Monitor, error)
14 // MapByCluster 获取监控配置
15 MapByCluster(ctx context.Context, clusterIds ...string) (map[string]*Monitor, error)
16 GetByCluster(ctx context.Context, clusterId string) (*Monitor, error)

Callers 2

GetTrendCacheMethod · 0.65
GetMessageTrendMethod · 0.65

Implementers 1

imlMonitorServiceservice/monitor/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected