(ctx context.Context, clusterId string)
| 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 | } |
no outgoing calls
no test coverage detected