Documentation ¶
Overview ¶
Code generated by Kitex v0.4.3. 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 { Add(ctx context.Context, req *item.AddReq, callOptions ...callopt.Option) (r *item.AddResp, err error) Edit(ctx context.Context, req *item.EditReq, callOptions ...callopt.Option) (r *item.EditResp, err error) Delete(ctx context.Context, req *item.DeleteReq, callOptions ...callopt.Option) (r *item.DeleteResp, err error) Online(ctx context.Context, req *item.OnlineReq, callOptions ...callopt.Option) (r *item.OnlineResp, err error) Offline(ctx context.Context, req *item.OfflineReq, callOptions ...callopt.Option) (r *item.OfflineResp, err error) Get(ctx context.Context, req *item.GetReq, callOptions ...callopt.Option) (r *item.GetResp, err error) MGet2C(ctx context.Context, req *item.MGet2CReq, callOptions ...callopt.Option) (r *item.MGet2CResp, err error) Search(ctx context.Context, req *item.SearchReq, callOptions ...callopt.Option) (r *item.SearchResp, err error) List(ctx context.Context, req *item.ListReq, callOptions ...callopt.Option) (r *item.ListResp, err error) DecrStock(ctx context.Context, req *item.DecrStockReq, callOptions ...callopt.Option) (r *item.DecrStockResp, err error) DecrStockRevert(ctx context.Context, req *item.DecrStockReq, callOptions ...callopt.Option) (r *item.DecrStockResp, 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.