Documentation ¶
Overview ¶
Code generated by Kitex v0.9.1. DO NOT EDIT.
Index ¶
- func NewInvoker(handler live.LiveService, opts ...server.Option) server.Invoker
- func NewServer(handler live.LiveService, opts ...server.Option) server.Server
- func NewServiceInfo() *kitex.ServiceInfo
- func NewServiceInfoForClient() *kitex.ServiceInfo
- func NewServiceInfoForStreamClient() *kitex.ServiceInfo
- func RegisterService(svr server.Server, handler live.LiveService, opts ...server.RegisterOption) error
- type Client
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
NewServiceInfo creates a new ServiceInfo containing all methods
func NewServiceInfoForClient ¶
func NewServiceInfoForClient() *kitex.ServiceInfo
NewServiceInfo creates a new ServiceInfo containing non-streaming methods
func NewServiceInfoForStreamClient ¶
func NewServiceInfoForStreamClient() *kitex.ServiceInfo
func RegisterService ¶
func RegisterService(svr server.Server, handler live.LiveService, opts ...server.RegisterOption) error
Types ¶
type Client ¶
type Client interface { CreateLiveRoom(ctx context.Context, req *live.CreateLiveRoomRequest, callOptions ...callopt.Option) (r *live.CreateLiveRoomResponse, err error) GetLiveRoomOwner(ctx context.Context, req *live.GetLiveRoomOwnerRequest, callOptions ...callopt.Option) (r *live.GetLiveRoomOwnerResponse, err error) GetLiveRoomStatus(ctx context.Context, req *live.GetLiveRoomStatusRequest, callOptions ...callopt.Option) (r *live.GetLiveRoomStatusResponse, err error) GetLiveRoom(ctx context.Context, req *live.GetLiveRoomRequest, callOptions ...callopt.Option) (r *live.GetLiveRoomResponse, err error) GetLiveRoomKey(ctx context.Context, req *live.GetLiveRoomKeyRequest, callOptions ...callopt.Option) (r *live.GetLiveRoomKeyResponse, err error) GetAllOnlineLiveRoom(ctx context.Context, callOptions ...callopt.Option) (r *live.GetAllOnlineLiveRoomResponse, err error) StopLiveRoom(ctx context.Context, req *live.StopLiveRoomRequest, callOptions ...callopt.Option) (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.