Get 获取监控配置
(ctx context.Context, id string)
| 11 | type 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) |
no outgoing calls
no test coverage detected