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

Struct imlMonitorService

service/monitor/iml.go:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected