(ctx *gin.Context, serviceId string, start string, end string, page string, size string)
| 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 | |
| 47 | RestLogs(ctx *gin.Context, serviceId string, start string, end string, page string, size string) ([]*service_dto.RestLogItem, int64, error) |
| 48 | RestLogInfo(ctx *gin.Context, serviceId string, logId string) (*service_dto.RestLogInfo, error) |
no outgoing calls
no test coverage detected