package
3.0.0-rc.3+incompatible
Repository: https://github.com/vitessio/vitess.git
Documentation: pkg.go.dev

# Structs

AcceptAllACL implements ACL interface and alway accept access request.
DenyAllACL implements ACL interface and alway deny access request.

# Interfaces

ACL is an interface for Access Control List.
Factory is responsible to create new ACL instance.