Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Checkout ¶
func Checkout(ctx context.Context, req *checkout.CheckoutReq, callOptions ...callopt.Option) (resp *checkout.CheckoutResp, err error)
func InitClient ¶
Types ¶
type RPCClient ¶
type RPCClient interface { KitexClient() checkoutservice.Client Service() string Checkout(ctx context.Context, Req *checkout.CheckoutReq, callOptions ...callopt.Option) (r *checkout.CheckoutResp, err error) }
func DefaultClient ¶
func DefaultClient() RPCClient
Click to show internal directories.
Click to hide internal directories.