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