ticket

package
v0.0.0-...-f0a2dc7 Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2025 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateTicketFollowLogic

type CreateTicketFollowLogic struct {
	logger.Logger
	// contains filtered or unexported fields
}

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

type GetTicketListLogic struct {
	logger.Logger
	// contains filtered or unexported fields
}

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

type GetTicketLogic struct {
	logger.Logger
	// contains filtered or unexported fields
}

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

type UpdateTicketStatusLogic struct {
	logger.Logger
	// contains filtered or unexported fields
}

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

Jump to

Keyboard shortcuts

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