Documentation ¶
Overview ¶
Code generated by Kitex v0.4.4. 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 { GetChatHistory(ctx context.Context, req *chat.DouyinMessageGetChatHistoryRequest, callOptions ...callopt.Option) (r *chat.DouyinMessageGetChatHistoryResponse, err error) SentMessage(ctx context.Context, req *chat.DouyinMessageActionRequest, callOptions ...callopt.Option) (r *chat.DouyinMessageActionResponse, err error) GetLatestMessage(ctx context.Context, req *chat.DouyinMessageGetLatestRequest, callOptions ...callopt.Option) (r *chat.DouyinMessageGetLatestResponse, err error) BatchGetLatestMessage(ctx context.Context, req *chat.DouyinMessageBatchGetLatestRequest, callOptions ...callopt.Option) (r *chat.DouyinMessageBatchGetLatestResponse, 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.