Documentation ¶
Overview ¶
Code generated by Kitex v0.5.1. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewInvoker ¶
NewInvoker creates a server.Invoker with the given handler and options.
func NewServiceInfo ¶
func NewServiceInfo() *kitex.ServiceInfo
Types ¶
type Client ¶
type Client interface { CreatePay(ctx context.Context, req *pay.MallCreatePayRequest, callOptions ...callopt.Option) (r *pay.MallCreatePayResponse, err error) PayDetail(ctx context.Context, req *pay.MallPayDetailRequest, callOptions ...callopt.Option) (r *pay.MallPayDetailResponse, err error) PayReturn(ctx context.Context, req *pay.MallPayReturnRequest, callOptions ...callopt.Option) (r *pay.MallPayReturnResponse, err error) PayNotify(ctx context.Context, req *pay.MallPayNotifyRequest, callOptions ...callopt.Option) (r *pay.MallPayNotifyResponse, err error) }
Client is designed to provide IDL-compatible methods with call-option parameter for kitex framework.
func MustNewClient ¶
MustNewClient creates a client for the service defined in IDL. It panics if any error occurs.
Click to show internal directories.
Click to hide internal directories.