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

Struct imlUpstreamController

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

Source from the content-addressed store, hash-verified

13)
14
15type imlUpstreamController struct {
16 upstreamModule upstream.IUpstreamModule `autowired:""`
17 projectModule service.IServiceModule `autowired:""`
18 partitionModule cluster.IClusterModule `autowired:""`
19}
20
21func (i *imlUpstreamController) Get(ctx *gin.Context, serviceId string) (upstream_dto.UpstreamConfig, error) {
22 return i.upstreamModule.Get(ctx, serviceId)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected