Documentation ¶
Overview ¶
Code generated by Kitex v0.6.1. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewInvoker ¶
func NewInvoker(handler interaction.InteractionService, opts ...server.Option) server.Invoker
NewInvoker creates a server.Invoker with the given handler and options.
func NewServer ¶
func NewServer(handler interaction.InteractionService, opts ...server.Option) server.Server
NewServer creates a server.Server with the given handler and options.
func NewServiceInfo ¶
func NewServiceInfo() *kitex.ServiceInfo
Types ¶
type Client ¶
type Client interface { FavoriteAction(ctx context.Context, req *interaction.FavoriteActionRequest, callOptions ...callopt.Option) (r *interaction.FavoriteActionResponse, err error) FavoriteList(ctx context.Context, req *interaction.FavoriteListRequest, callOptions ...callopt.Option) (r *interaction.FavoriteListResponse, err error) VideoFavoritedCount(ctx context.Context, req *interaction.VideoFavoritedCountRequest, callOptions ...callopt.Option) (r *interaction.VideoFavoritedCountResponse, err error) UserFavoriteCount(ctx context.Context, req *interaction.UserFavoriteCountRequest, callOptions ...callopt.Option) (r *interaction.UserFavoriteCountResponse, err error) UserTotalFavorited(ctx context.Context, req *interaction.UserTotalFavoritedRequest, callOptions ...callopt.Option) (r *interaction.UserTotalFavoritedResponse, err error) IsFavorite(ctx context.Context, req *interaction.IsFavoriteRequest, callOptions ...callopt.Option) (r *interaction.IsFavoriteResponse, err error) CommentAction(ctx context.Context, req *interaction.CommentActionRequest, callOptions ...callopt.Option) (r *interaction.CommentActionResponse, err error) CommentList(ctx context.Context, req *interaction.CommentListRequest, callOptions ...callopt.Option) (r *interaction.CommentListResponse, err error) CommentCount(ctx context.Context, req *interaction.CommentCountRequest, callOptions ...callopt.Option) (r *interaction.CommentCountResponse, 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.