| 27 | ) |
| 28 | |
| 29 | type imlMonitorService struct { |
| 30 | store monitor.IMonitorStore `autowired:""` |
| 31 | } |
| 32 | |
| 33 | func (i *imlMonitorService) GetByCluster(ctx context.Context, partitionId string) (*Monitor, error) { |
| 34 | info, err := i.store.First(ctx, map[string]interface{}{ |
nothing calls this directly
no outgoing calls
no test coverage detected