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

Method Get

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

Source from the content-addressed store, hash-verified

11
12type IUpstreamController interface {
13 Get(ctx *gin.Context, serviceId string) (upstream_dto.UpstreamConfig, error)
14 Save(ctx *gin.Context, serviceId string, upstream *upstream_dto.Upstream) (upstream_dto.UpstreamConfig, error)
15}
16

Callers 1

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