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

Method Save

module/upstream/upstream.go:15–15  ·  view source on GitHub ↗
(ctx context.Context, pid string, upstream upstream_dto.UpstreamConfig)

Source from the content-addressed store, hash-verified

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

Callers 1

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