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 { CreateOrder(ctx context.Context, req *order.MallCreateOrderRequest, callOptions ...callopt.Option) (r *order.MallCreateOrderResponse, err error) UpdateOrder(ctx context.Context, req *order.MallUpdateOrderRequest, callOptions ...callopt.Option) (r *order.MallUpdateOrderResponse, err error) OrderList(ctx context.Context, req *order.MallOrderListRequset, callOptions ...callopt.Option) (r *order.MallOrderListResponse, err error) GetOrder(ctx context.Context, req *order.MallGetOrderRequest, callOptions ...callopt.Option) (r *order.MallGetOrderResponse, 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.