channel

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 1, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateChannelLogic

type CreateChannelLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type DeleteChannelLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewDeleteChannelLogic

func NewDeleteChannelLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteChannelLogic

func (*DeleteChannelLogic) DeleteChannel

func (l *DeleteChannelLogic) DeleteChannel(in *pay.IDReq) (*pay.BaseResp, error)

type GetChannelByIdLogic

type GetChannelByIdLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type GetChannelListByAppIdsLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type GetEnableChannelListLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type UpdateChannelLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

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

type ValidateChannelCanSubmitLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewValidateChannelCanSubmitLogic

func NewValidateChannelCanSubmitLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ValidateChannelCanSubmitLogic

func (*ValidateChannelCanSubmitLogic) ValidateChannelCanSubmit

func (l *ValidateChannelCanSubmitLogic) ValidateChannelCanSubmit(in *pay.ValidateChannelReq) (*pay.ChannelInfo, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL