Documentation
¶
Overview ¶
Code generated by Kitex v0.13.1. DO NOT EDIT.
Index ¶
- func NewServer(handler lecture.LectureService, opts ...server.Option) server.Server
- func NewServiceInfo() *kitex.ServiceInfo
- func NewServiceInfoForClient() *kitex.ServiceInfo
- func NewServiceInfoForStreamClient() *kitex.ServiceInfo
- func RegisterService(svr server.Server, handler lecture.LectureService, ...) error
- type Client
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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 lecture.LectureService, opts ...server.RegisterOption) error
Types ¶
type Client ¶
type Client interface {
Start(ctx context.Context, request *lecture.StartRequest, callOptions ...callopt.Option) (r *lecture.StartResponse, err error)
Attend(ctx context.Context, request *lecture.AttendRequest, callOptions ...callopt.Option) (r *lecture.AttendResponse, err error)
Record(ctx context.Context, request *lecture.RecordRequest, callOptions ...callopt.Option) (r *lecture.RecordResponse, err error)
GetHistoryLecture(ctx context.Context, request *lecture.GetHistoryLectureRequest, callOptions ...callopt.Option) (r *lecture.GetHistoryLectureResponse, err error)
RandomSelect(ctx context.Context, request *lecture.RandomSelectRequest, callOptions ...callopt.Option) (r *lecture.RandomSelectResponse, 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.