Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type UserService ¶
type UserService struct {
user.UnimplementedUserServiceServer
}
func GetUserService ¶
func GetUserService() *UserService
func (*UserService) GetUser ¶ added in v1.18.6
func (u *UserService) GetUser(ctx context.Context, req *user.GetUserReq) (*user.User, error)
func (*UserService) Signup ¶
func (u *UserService) Signup(ctx context.Context, req *user.SignupReq) (*wrapperspb.StringValue, error)
Click to show internal directories.
Click to hide internal directories.