Documentation ¶
Index ¶
- func NewGatewayConsumerServiceImpl() error
- type GatewayConsumerServiceImpl
- func (impl GatewayConsumerServiceImpl) Clone(ctx context.Context) legacy_consumer.GatewayConsumerService
- func (impl GatewayConsumerServiceImpl) CreateConsumer(createDto *gw.ConsumerCreateDto) *common.StandardResult
- func (impl GatewayConsumerServiceImpl) CreateDefaultConsumer(orgId, projectId, env, az string) (*orm.GatewayConsumer, *orm.ConsumerAuthConfig, StandardErrorCode, error)
- func (impl GatewayConsumerServiceImpl) DeleteConsumer(consumerId string) *common.StandardResult
- func (impl GatewayConsumerServiceImpl) GetConsumerInfo(consumerId string) *common.StandardResult
- func (impl GatewayConsumerServiceImpl) GetConsumerList(orgId string, projectId string, env string) *common.StandardResult
- func (impl GatewayConsumerServiceImpl) GetGatewayProvider(clusterName string) (string, error)
- func (impl GatewayConsumerServiceImpl) GetProjectConsumerInfo(orgId string, projectId string, env string) (dto *dto.ConsumerDto, err error)
- func (impl GatewayConsumerServiceImpl) UpdateConsumerInfo(consumerId string, consumerInfo *gw.ConsumerDto) *common.StandardResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGatewayConsumerServiceImpl ¶
func NewGatewayConsumerServiceImpl() error
Types ¶
type GatewayConsumerServiceImpl ¶
type GatewayConsumerServiceImpl struct {
// contains filtered or unexported fields
}
func (GatewayConsumerServiceImpl) Clone ¶
func (impl GatewayConsumerServiceImpl) Clone(ctx context.Context) legacy_consumer.GatewayConsumerService
func (GatewayConsumerServiceImpl) CreateConsumer ¶
func (impl GatewayConsumerServiceImpl) CreateConsumer(createDto *gw.ConsumerCreateDto) *common.StandardResult
func (GatewayConsumerServiceImpl) CreateDefaultConsumer ¶
func (impl GatewayConsumerServiceImpl) CreateDefaultConsumer(orgId, projectId, env, az string) (*orm.GatewayConsumer, *orm.ConsumerAuthConfig, StandardErrorCode, error)
func (GatewayConsumerServiceImpl) DeleteConsumer ¶
func (impl GatewayConsumerServiceImpl) DeleteConsumer(consumerId string) *common.StandardResult
func (GatewayConsumerServiceImpl) GetConsumerInfo ¶
func (impl GatewayConsumerServiceImpl) GetConsumerInfo(consumerId string) *common.StandardResult
func (GatewayConsumerServiceImpl) GetConsumerList ¶
func (impl GatewayConsumerServiceImpl) GetConsumerList(orgId string, projectId string, env string) *common.StandardResult
func (GatewayConsumerServiceImpl) GetGatewayProvider ¶
func (impl GatewayConsumerServiceImpl) GetGatewayProvider(clusterName string) (string, error)
func (GatewayConsumerServiceImpl) GetProjectConsumerInfo ¶
func (impl GatewayConsumerServiceImpl) GetProjectConsumerInfo(orgId string, projectId string, env string) (dto *dto.ConsumerDto, err error)
func (GatewayConsumerServiceImpl) UpdateConsumerInfo ¶
func (impl GatewayConsumerServiceImpl) UpdateConsumerInfo(consumerId string, consumerInfo *gw.ConsumerDto) *common.StandardResult
Click to show internal directories.
Click to hide internal directories.