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

Method Get

controller/log/controller.go:13–13  ·  view source on GitHub ↗
(ctx *gin.Context, driver string)

Source from the content-addressed store, hash-verified

11type ILogController interface {
12 Save(ctx *gin.Context, driver string, input *log_dto.Save) error
13 Get(ctx *gin.Context, driver string) (*log_dto.LogSource, error)
14}
15
16func init() {

Callers 13

GetMethod · 0.65
AppMCPHandleMethod · 0.65
AppHandleSSEMethod · 0.65
AppHandleStreamHTTPMethod · 0.65
AppMCPConfigMethod · 0.65
GlobalMCPConfigMethod · 0.65
GlobalMCPHandleMethod · 0.65
GlobalHandleSSEMethod · 0.65
MCPHandleMethod · 0.65
ServiceHandleSSEMethod · 0.65

Implementers 9

imlUpstreamModulemodule/upstream/iml.go
imlLogModulemodule/log/iml.go
imlUpstreamControllercontroller/upstream/iml.go
imlLogControllercontroller/log/iml.go
imlServiceModelMappingServiceservice/service-model-mapping/iml.go
imlUpstreamServiceservice/upstream/iml.go
imlDocServiceservice/service-doc/iml.go
imlCertificateServiceservice/certificate/service.go
imlMonitorServiceservice/monitor/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected