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

Interface IUpstreamController

controller/upstream/upstream.go:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
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
17func init() {
18 autowire.Auto[IUpstreamController](func() reflect.Value {

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