Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + type GatewayUpstreamService interface + Clone func(context.Context) GatewayUpstreamService + GetGatewayProvider func(string) (string, error) + UpstreamRegister func(context.Context, *dto.UpstreamRegisterDto) (bool, error) + UpstreamRegisterAsync func(context.Context, *dto.UpstreamRegisterDto) (bool, error) + var Service GatewayUpstreamService