Documentation
¶
Index ¶
- func GrpcLogger(ctx context.Context, req any, info *grpc.UnaryServerInfo, ...) (resp any, err error)
- func HttpLogger(handler http.Handler) http.Handler
- type Metadata
- type ResponseRecorder
- type Server
- func (server *Server) CreateUser(ctx context.Context, req *pb.CreateUserRequest) (*pb.CreateUserResponse, error)
- func (server *Server) Login(ctx context.Context, req *pb.LoginRequest) (*pb.LoginResponse, error)
- func (server *Server) UpdateUser(ctx context.Context, req *pb.UpdateUserRequest) (*pb.UpdateUserResponse, error)
- func (server *Server) VerifyEmail(ctx context.Context, req *pb.VerifyEmailRequest) (*pb.VerifyEmailResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GrpcLogger ¶
func GrpcLogger(ctx context.Context, req any, info *grpc.UnaryServerInfo, handler grpc.UnaryHandler) (resp any, err error)
Types ¶
type ResponseRecorder ¶
type ResponseRecorder struct { http.ResponseWriter StatusCode int Body []byte }
func (*ResponseRecorder) WriteHeader ¶
func (rec *ResponseRecorder) WriteHeader(statusCode int)
type Server ¶
type Server struct { pb.UnimplementedSimpleBankServer // contains filtered or unexported fields }
func (*Server) CreateUser ¶
func (server *Server) CreateUser(ctx context.Context, req *pb.CreateUserRequest) (*pb.CreateUserResponse, error)
func (*Server) Login ¶
func (server *Server) Login(ctx context.Context, req *pb.LoginRequest) (*pb.LoginResponse, error)
func (*Server) UpdateUser ¶
func (server *Server) UpdateUser(ctx context.Context, req *pb.UpdateUserRequest) (*pb.UpdateUserResponse, error)
func (*Server) VerifyEmail ¶
func (server *Server) VerifyEmail(ctx context.Context, req *pb.VerifyEmailRequest) (*pb.VerifyEmailResponse, error)
Click to show internal directories.
Click to hide internal directories.