Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Metrics ¶
type Metrics interface {
RegisterCollector(collector prometheus.Collector)
}
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func NewServer ¶
func NewServer( metrics Metrics, unaryInterceptors []grpc.UnaryServerInterceptor, streamInterceptors []grpc.StreamServerInterceptor, ) *Server
func (*Server) RegisterAuthzServer ¶
func (s *Server) RegisterAuthzServer(backend pb.AuthzServer)
func (*Server) RegisterCertificateAuthorityServer ¶
func (s *Server) RegisterCertificateAuthorityServer(backend pb.CertificateAuthorityServer)
Click to show internal directories.
Click to hide internal directories.