 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateChannelLogic ¶
func NewCreateChannelLogic ¶
func NewCreateChannelLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateChannelLogic
func (*CreateChannelLogic) CreateChannel ¶
func (l *CreateChannelLogic) CreateChannel(in *pay.ChannelCreateReq) (*pay.BaseIDResp, error)
Channel management
type DeleteChannelLogic ¶
func NewDeleteChannelLogic ¶
func NewDeleteChannelLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteChannelLogic
func (*DeleteChannelLogic) DeleteChannel ¶
type GetChannelByIdLogic ¶
func NewGetChannelByIdLogic ¶
func NewGetChannelByIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetChannelByIdLogic
func (*GetChannelByIdLogic) GetChannelById ¶
func (l *GetChannelByIdLogic) GetChannelById(in *pay.IDReq) (*pay.ChannelInfo, error)
type GetChannelListByAppIdAndCodeLogic ¶
type GetChannelListByAppIdAndCodeLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}
    func NewGetChannelListByAppIdAndCodeLogic ¶
func NewGetChannelListByAppIdAndCodeLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetChannelListByAppIdAndCodeLogic
func (*GetChannelListByAppIdAndCodeLogic) GetChannelListByAppIdAndCode ¶
func (l *GetChannelListByAppIdAndCodeLogic) GetChannelListByAppIdAndCode(in *pay.ByAppIdAndCodeReq) (*pay.ChannelInfo, error)
type GetChannelListByAppIdsLogic ¶
func NewGetChannelListByAppIdsLogic ¶
func NewGetChannelListByAppIdsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetChannelListByAppIdsLogic
func (*GetChannelListByAppIdsLogic) GetChannelListByAppIds ¶
func (l *GetChannelListByAppIdsLogic) GetChannelListByAppIds(in *pay.IDsReq) (*pay.ChannelListResp, error)
type GetEnableChannelListLogic ¶
func NewGetEnableChannelListLogic ¶
func NewGetEnableChannelListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetEnableChannelListLogic
func (*GetEnableChannelListLogic) GetEnableChannelList ¶
func (l *GetEnableChannelListLogic) GetEnableChannelList(in *pay.IDReq) (*pay.ChannelListResp, error)
type UpdateChannelLogic ¶
func NewUpdateChannelLogic ¶
func NewUpdateChannelLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateChannelLogic
func (*UpdateChannelLogic) UpdateChannel ¶
func (l *UpdateChannelLogic) UpdateChannel(in *pay.ChannelUpdateReq) (*pay.BaseResp, error)
type ValidateChannelCanSubmitLogic ¶
func NewValidateChannelCanSubmitLogic ¶
func NewValidateChannelCanSubmitLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ValidateChannelCanSubmitLogic
func (*ValidateChannelCanSubmitLogic) ValidateChannelCanSubmit ¶
func (l *ValidateChannelCanSubmitLogic) ValidateChannelCanSubmit(in *pay.ValidateChannelReq) (*pay.ChannelInfo, error)
 Click to show internal directories. 
   Click to hide internal directories.