(ctx *gin.Context, serviceId string)
| 11 | |
| 12 | type 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 |
no outgoing calls
no test coverage detected