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

Method Save

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

Source from the content-addressed store, hash-verified

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

Callers 2

SaveMethod · 0.65
importUpstreamsMethod · 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