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(in *pay.CallbackRequest) (*pay.CallbackResponse, error)
type CreateLogic ¶
func NewCreateLogic ¶
func NewCreateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateLogic
func (*CreateLogic) Create ¶
func (l *CreateLogic) Create(in *pay.CreateRequest) (*pay.CreateResponse, error)
type DetailLogic ¶
func NewDetailLogic ¶
func NewDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DetailLogic
func (*DetailLogic) Detail ¶
func (l *DetailLogic) Detail(in *pay.DetailRequest) (*pay.DetailResponse, error)
Click to show internal directories.
Click to hide internal directories.