Versions in this module Expand all Collapse all v1 v1.0.0 Sep 7, 2023 Changes in this version + func NewInvoker(handler user.UserService, opts ...server.Option) server.Invoker + func NewServer(handler user.UserService, opts ...server.Option) server.Server + func NewServiceInfo() *kitex.ServiceInfo + type Client interface + Info func(ctx context.Context, req *user.InfoRequest, callOptions ...callopt.Option) (r *user.InfoResponse, err error) + Login func(ctx context.Context, req *user.LoginRequest, callOptions ...callopt.Option) (r *user.LoginResponse, err error) + Register func(ctx context.Context, req *user.RegisterRequest, callOptions ...callopt.Option) (r *user.RegisterResponse, err error) + func MustNewClient(destService string, opts ...client.Option) Client + func NewClient(destService string, opts ...client.Option) (Client, error)