Documentation
¶
Index ¶
- type Server
- func (s *Server) Exec(ctx context.Context, req *accpb.ExecRequest) (*emptypb.Empty, error)
- func (s *Server) GetUser(ctx context.Context, req *accpb.GetUserRequest) (*pb.User, error)
- func (s *Server) GetVerificationToken(ctx context.Context, req *accpb.GetVerificationTokenRequest) (*pb.VerificationToken, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { accpb.UnimplementedAccountServer // contains filtered or unexported fields }
func (*Server) Exec ¶
func (*Server) GetUser ¶
func (*Server) GetVerificationToken ¶
func (s *Server) GetVerificationToken(ctx context.Context, req *accpb.GetVerificationTokenRequest) (*pb.VerificationToken, error)
Source Files
¶
- server.go
Click to show internal directories.
Click to hide internal directories.