MCPcopy
hub / github.com/APIParkLab/APIPark / ILogController

Interface ILogController

controller/log/controller.go:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
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() {
17 logController := &imlLogController{}

Callers 10

SaveMethod · 0.65
importUpstreamsMethod · 0.65
GetMethod · 0.65
AppMCPHandleMethod · 0.65
AppHandleSSEMethod · 0.65
AppHandleStreamHTTPMethod · 0.65
AppMCPConfigMethod · 0.65
GlobalMCPConfigMethod · 0.65
GlobalMCPHandleMethod · 0.65
GlobalHandleSSEMethod · 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