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

Method ServiceOverview

controller/service/service.go:43–43  ·  view source on GitHub ↗
(ctx *gin.Context, serviceId string)

Source from the content-addressed store, hash-verified

41 RestChartOverview(ctx *gin.Context, serviceId string, start string, end string) (*monitor_dto.ServiceChartRestOverview, error)
42
43 ServiceOverview(ctx *gin.Context, serviceId string) (*service_dto.Overview, error)
44
45 AILogs(ctx *gin.Context, serviceId string, start string, end string, page string, size string) ([]*service_dto.AILogItem, int64, error)
46

Callers 3

ServiceOverviewMethod · 0.65
AIChartOverviewMethod · 0.65
RestChartOverviewMethod · 0.65

Implementers 1

imlServiceControllercontroller/service/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected