MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / AILogInfo

Method AILogInfo

controller/service/service.go:49–49  ·  view source on GitHub ↗
(ctx *gin.Context, serviceId string, logId string)

Source from the content-addressed store, hash-verified

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}
51
52type IAppController interface {

Callers 1

AILogInfoMethod · 0.65

Implementers 1

imlServiceControllercontroller/service/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected