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 {
UserRegister(ctx context.Context, req *user.UserRegisterRequest, callOptions ...callopt.Option) (r *user.UserRegisterResponse, err error)
UserGetFeed(ctx context.Context, req *user.FeedRequest, callOptions ...callopt.Option) (r *user.FeedResponse, err error)
UserLogin(ctx context.Context, req *user.UserLoginRequest, callOptions ...callopt.Option) (r *user.UserLoginResponse, err error)
UserInfo(ctx context.Context, req *user.UserRequest, callOptions ...callopt.Option) (r *user.UserResponse, err error)
UserPublishList(ctx context.Context, req *user.PublishListRequest, callOptions ...callopt.Option) (r *user.PublishListResponse, err error)
UserPublishAction(ctx context.Context, req *user.PublishActionRequest, callOptions ...callopt.Option) (r *user.PublishActionResponse, err error)
UserTest(ctx context.Context, req *user.Testinfo, callOptions ...callopt.Option) (r *user.Testinfo, 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.