Documentation ¶
Overview ¶
Code generated by Kitex v0.6.2. 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 { FavoriteAction(ctx context.Context, req *favorite.FavoriteActionRequest, callOptions ...callopt.Option) (r *favorite.FavoriteActionResponse, err error) FavoriteList(ctx context.Context, req *favorite.FavoriteListRequest, callOptions ...callopt.Option) (r *favorite.FavoriteListResponse, err error) FavoriteCount(ctx context.Context, req *favorite.FavoriteCountRequest, callOptions ...callopt.Option) (r *favorite.FavoriteCountResponse, err error) FavoriteCountByUserID(ctx context.Context, req *favorite.FavoriteCountByUserIDRequest, callOptions ...callopt.Option) (r *favorite.FavoriteCountByUserIDResponse, err error) TotalFavoritedByAuthorID(ctx context.Context, req *favorite.TotalFavoritedByAuthorIDRequest, callOptions ...callopt.Option) (r *favorite.TotalFavoritedByAuthorIDResponse, err error) IsFavorite(ctx context.Context, req *favorite.IsFavoriteRequest, callOptions ...callopt.Option) (r *favorite.IsFavoriteResponse, 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.