Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateTicketFollowLogic ¶
func NewCreateTicketFollowLogic ¶
func NewCreateTicketFollowLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateTicketFollowLogic
Create ticket follow
func (*CreateTicketFollowLogic) CreateTicketFollow ¶
func (l *CreateTicketFollowLogic) CreateTicketFollow(req *types.CreateTicketFollowRequest) (err error)
type GetTicketListLogic ¶
func NewGetTicketListLogic ¶
func NewGetTicketListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetTicketListLogic
Get ticket list
func (*GetTicketListLogic) GetTicketList ¶
func (l *GetTicketListLogic) GetTicketList(req *types.GetTicketListRequest) (resp *types.GetTicketListResponse, err error)
type GetTicketLogic ¶
func NewGetTicketLogic ¶
func NewGetTicketLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetTicketLogic
Get ticket detail
func (*GetTicketLogic) GetTicket ¶
func (l *GetTicketLogic) GetTicket(req *types.GetTicketRequest) (resp *types.Ticket, err error)
type UpdateTicketStatusLogic ¶
func NewUpdateTicketStatusLogic ¶
func NewUpdateTicketStatusLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateTicketStatusLogic
Update ticket status
func (*UpdateTicketStatusLogic) UpdateTicketStatus ¶
func (l *UpdateTicketStatusLogic) UpdateTicketStatus(req *types.UpdateTicketStatusRequest) error
Click to show internal directories.
Click to hide internal directories.