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

Method AILogs

controller/service/service.go:45–45  ·  view source on GitHub ↗
(ctx *gin.Context, serviceId string, start string, end string, page string, size string)

Source from the content-addressed store, hash-verified

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)

Callers 1

AILogsMethod · 0.65

Implementers 1

imlServiceControllercontroller/service/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected