(ctx *gin.Context, serviceId string, start string, end string, page string, size string)
| 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) |
| 49 | AILogInfo(ctx *gin.Context, serviceId string, logId string) (*service_dto.AILogInfo, error) |
| 50 | } |
no outgoing calls
no test coverage detected