(ctx *gin.Context, serviceId string, start string, end string)
| 39 | |
| 40 | AIChartOverview(ctx *gin.Context, serviceId string, start string, end string) (*monitor_dto.ServiceChartAIOverview, error) |
| 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 |
no outgoing calls
no test coverage detected