Categorygithub.com/cockroachdb/cockroachpkgmultitenanttenantcapabilitiestenantcapabilitiesauthorizer
package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev
# Functions
New constructs a new tenantcapabilities.Authorizer.
NewAllowEverythingAuthorizer constructs and returns a AllowEverythingAuthorizer.
NewAllowNothingAuthorizer constructs and returns a AllowNothingAuthorizer.
# Structs
AllowEverythingAuthorizer is a tenantcapabilities.Authorizer that allows all operations.
AllowNothingAuthorizer is a tenantcapabilities.Authorizer that allows all operations.
Authorizer is a concrete implementation of the tenantcapabilities.Authorizer interface.