Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server is truly needed for its Intercept method which authenticates users before accessing services, but also useful to have all the grpc server boilerplate contained within NewServer function
func (*Server) Intercept ¶
func (s *Server) Intercept() grpc.UnaryServerInterceptor
Click to show internal directories.
Click to hide internal directories.