Documentation ¶
Overview ¶
Code generated by Kitex v0.11.3. DO NOT EDIT.
Index ¶
- func NewServer(handler api.LaunchScreenService, opts ...server.Option) server.Server
- func NewServiceInfo() *kitex.ServiceInfo
- func NewServiceInfoForClient() *kitex.ServiceInfo
- func NewServiceInfoForStreamClient() *kitex.ServiceInfo
- func RegisterService(svr server.Server, handler api.LaunchScreenService, ...) 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 api.LaunchScreenService, opts ...server.RegisterOption) error
Types ¶
type Client ¶
type Client interface { CreateImage(ctx context.Context, req *api.CreateImageRequest, callOptions ...callopt.Option) (r *api.CreateImageResponse, err error) GetImage(ctx context.Context, req *api.GetImageRequest, callOptions ...callopt.Option) (r *api.GetImageResponse, err error) ChangeImageProperty(ctx context.Context, req *api.ChangeImagePropertyRequest, callOptions ...callopt.Option) (r *api.ChangeImagePropertyResponse, err error) ChangeImage(ctx context.Context, req *api.ChangeImageRequest, callOptions ...callopt.Option) (r *api.ChangeImageResponse, err error) DeleteImage(ctx context.Context, req *api.DeleteImageRequest, callOptions ...callopt.Option) (r *api.DeleteImageResponse, err error) MobileGetImage(ctx context.Context, req *api.MobileGetImageRequest, callOptions ...callopt.Option) (r *api.MobileGetImageResponse, err error) AddImagePointTime(ctx context.Context, req *api.AddImagePointTimeRequest, callOptions ...callopt.Option) (r *api.AddImagePointTimeResponse, 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.