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

Interface IUpstreamModule

module/upstream/upstream.go:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type IUpstreamModule interface {
14 Get(ctx context.Context, pid string) (upstream_dto.UpstreamConfig, error)
15 Save(ctx context.Context, pid string, upstream upstream_dto.UpstreamConfig) (upstream_dto.UpstreamConfig, error)
16 //ExportAll(ctx context.Context) ([]*upstream_dto.ExportUpstream, error)
17}
18
19type IExportUpstreamModule interface {
20 system.IExportModule[upstream_dto.ExportUpstream]

Callers 2

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