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

Method Save

controller/upstream/iml.go:25–27  ·  view source on GitHub ↗
(ctx *gin.Context, serviceId string, upstream *upstream_dto.Upstream)

Source from the content-addressed store, hash-verified

23}
24
25func (i *imlUpstreamController) Save(ctx *gin.Context, serviceId string, upstream *upstream_dto.Upstream) (upstream_dto.UpstreamConfig, error) {
26 return i.upstreamModule.Save(ctx, serviceId, upstream)
27}

Callers

nothing calls this directly

Calls 1

SaveMethod · 0.65

Tested by

no test coverage detected