Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateLogic ¶
func NewCreateLogic ¶
func NewCreateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateLogic
func (*CreateLogic) Create ¶
func (l *CreateLogic) Create(in *order.CreateRequest) (*order.CreateResponse, error)
type DetailLogic ¶
func NewDetailLogic ¶
func NewDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DetailLogic
func (*DetailLogic) Detail ¶
func (l *DetailLogic) Detail(in *order.DetailRequest) (*order.DetailResponse, error)
type ListLogic ¶
func NewListLogic ¶
func NewListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ListLogic
func (*ListLogic) List ¶
func (l *ListLogic) List(in *order.ListRequest) (*order.ListResponse, error)
type PaidLogic ¶
func NewPaidLogic ¶
func NewPaidLogic(ctx context.Context, svcCtx *svc.ServiceContext) *PaidLogic
func (*PaidLogic) Paid ¶
func (l *PaidLogic) Paid(in *order.PaidRequest) (*order.PaidResponse, error)
type RemoveLogic ¶
func NewRemoveLogic ¶
func NewRemoveLogic(ctx context.Context, svcCtx *svc.ServiceContext) *RemoveLogic
func (*RemoveLogic) Remove ¶
func (l *RemoveLogic) Remove(in *order.RemoveRequest) (*order.RemoveResponse, error)
type UpdateLogic ¶
func NewUpdateLogic ¶
func NewUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateLogic
func (*UpdateLogic) Update ¶
func (l *UpdateLogic) Update(in *order.UpdateRequest) (*order.UpdateResponse, error)
Click to show internal directories.
Click to hide internal directories.