(ctx *gin.Context, serviceId string)
| 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 |
no outgoing calls
no test coverage detected