Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallbackLogic ¶
func NewCallbackLogic ¶
func NewCallbackLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CallbackLogic
func (*CallbackLogic) Callback ¶
func (l *CallbackLogic) Callback(req *types.CallbackRequest) (resp *types.CallbackResponse, err error)
type CreateLogic ¶
func NewCreateLogic ¶
func NewCreateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateLogic
func (*CreateLogic) Create ¶
func (l *CreateLogic) Create(req *types.CreateRequest) (resp *types.CreateResponse, err error)
type DetailLogic ¶
func NewDetailLogic ¶
func NewDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DetailLogic
func (*DetailLogic) Detail ¶
func (l *DetailLogic) Detail(req *types.DetailRequest) (resp *types.DetailResponse, err error)
Click to show internal directories.
Click to hide internal directories.