Documentation ¶
Overview ¶
Code generated by Kitex v0.5.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 { RelationAction(ctx context.Context, req *relation.ActionRequest, callOptions ...callopt.Option) (r *relation.ActionResponse, err error) RelationFollowList(ctx context.Context, req *relation.FollowListRequest, callOptions ...callopt.Option) (r *relation.FollowListResponse, err error) RelationFollowerList(ctx context.Context, req *relation.FollowerListRequest, callOptions ...callopt.Option) (r *relation.FollowerListResponse, err error) RelationFriendList(ctx context.Context, req *relation.FriendListRequest, callOptions ...callopt.Option) (r *relation.FriendListResponse, 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.