Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { replication.Client AccessPolicies accesspolicy.Store Sessions session.Store }
type ServerV2 ¶
type ServerV2 struct { auth.UnimplementedAuthorizationServer *Server }
func (*ServerV2) Check ¶
func (srv *ServerV2) Check(ctx context.Context, req *auth.CheckRequest) (*auth.CheckResponse, error)
type TracingMiddleware ¶
type TracingMiddleware struct {
Next http.RoundTripper
}
Click to show internal directories.
Click to hide internal directories.