Documentation ¶
Index ¶
- func NewGatewayUpstreamServiceImpl() error
- type GatewayUpstreamServiceImpl
- func (impl GatewayUpstreamServiceImpl) Clone(ctx context.Context) legacy_upstream.GatewayUpstreamService
- func (impl GatewayUpstreamServiceImpl) GetGatewayProvider(clusterName string) (string, error)
- func (impl GatewayUpstreamServiceImpl) UpstreamRegister(ctx context.Context, dto *gw.UpstreamRegisterDto) (result bool, err error)
- func (impl GatewayUpstreamServiceImpl) UpstreamRegisterAsync(ctx context.Context, dto *gw.UpstreamRegisterDto) (result bool, err error)
- func (impl GatewayUpstreamServiceImpl) UpstreamValid(ctx context.Context, consumer *orm.GatewayConsumer, dao *orm.GatewayUpstream, ...) (err error)
- func (impl GatewayUpstreamServiceImpl) UpstreamValidAsync(ctx context.Context, context map[string]interface{}, ...) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGatewayUpstreamServiceImpl ¶
func NewGatewayUpstreamServiceImpl() error
Types ¶
type GatewayUpstreamServiceImpl ¶
type GatewayUpstreamServiceImpl struct {
// contains filtered or unexported fields
}
func (GatewayUpstreamServiceImpl) Clone ¶
func (impl GatewayUpstreamServiceImpl) Clone(ctx context.Context) legacy_upstream.GatewayUpstreamService
func (GatewayUpstreamServiceImpl) GetGatewayProvider ¶
func (impl GatewayUpstreamServiceImpl) GetGatewayProvider(clusterName string) (string, error)
func (GatewayUpstreamServiceImpl) UpstreamRegister ¶
func (impl GatewayUpstreamServiceImpl) UpstreamRegister(ctx context.Context, dto *gw.UpstreamRegisterDto) (result bool, err error)
func (GatewayUpstreamServiceImpl) UpstreamRegisterAsync ¶
func (impl GatewayUpstreamServiceImpl) UpstreamRegisterAsync(ctx context.Context, dto *gw.UpstreamRegisterDto) (result bool, err error)
func (GatewayUpstreamServiceImpl) UpstreamValid ¶
func (impl GatewayUpstreamServiceImpl) UpstreamValid(ctx context.Context, consumer *orm.GatewayConsumer, dao *orm.GatewayUpstream, dto *gw.UpstreamRegisterDto) (err error)
func (GatewayUpstreamServiceImpl) UpstreamValidAsync ¶
func (impl GatewayUpstreamServiceImpl) UpstreamValidAsync(ctx context.Context, context map[string]interface{}, dto *gw.UpstreamRegisterDto) (err error)
Click to show internal directories.
Click to hide internal directories.