Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateUserTicketFollowLogic ¶
func NewCreateUserTicketFollowLogic ¶
func NewCreateUserTicketFollowLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateUserTicketFollowLogic
Create ticket follow
func (*CreateUserTicketFollowLogic) CreateUserTicketFollow ¶
func (l *CreateUserTicketFollowLogic) CreateUserTicketFollow(req *types.CreateUserTicketFollowRequest) error
type CreateUserTicketLogic ¶
func NewCreateUserTicketLogic ¶
func NewCreateUserTicketLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateUserTicketLogic
Create ticket
func (*CreateUserTicketLogic) CreateUserTicket ¶
func (l *CreateUserTicketLogic) CreateUserTicket(req *types.CreateUserTicketRequest) error
type GetUserTicketDetailsLogic ¶
func NewGetUserTicketDetailsLogic ¶
func NewGetUserTicketDetailsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetUserTicketDetailsLogic
Get ticket detail
func (*GetUserTicketDetailsLogic) GetUserTicketDetails ¶
func (l *GetUserTicketDetailsLogic) GetUserTicketDetails(req *types.GetUserTicketDetailRequest) (resp *types.Ticket, err error)
type GetUserTicketListLogic ¶
func NewGetUserTicketListLogic ¶
func NewGetUserTicketListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetUserTicketListLogic
Get ticket list
func (*GetUserTicketListLogic) GetUserTicketList ¶
func (l *GetUserTicketListLogic) GetUserTicketList(req *types.GetUserTicketListRequest) (resp *types.GetUserTicketListResponse, err error)
type UpdateUserTicketStatusLogic ¶
func NewUpdateUserTicketStatusLogic ¶
func NewUpdateUserTicketStatusLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateUserTicketStatusLogic
Update ticket status
func (*UpdateUserTicketStatusLogic) UpdateUserTicketStatus ¶
func (l *UpdateUserTicketStatusLogic) UpdateUserTicketStatus(req *types.UpdateUserTicketStatusRequest) error
Click to show internal directories.
Click to hide internal directories.