Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct { v1.UnimplementedAuthServiceServer // contains filtered or unexported fields }
func (*Service) Auth ¶
func (s *Service) Auth(ctx context.Context, r *v1.AuthRequest) (*v1.AuthResponse, error)
func (*Service) CreateUser ¶
func (s *Service) CreateUser(ctx context.Context, r *v1.CreateUserRequest) (*v1.CreateUserResponse, error)
Click to show internal directories.
Click to hide internal directories.