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

# Packages

# Functions

Authorized returns the list of entities who have the specified role on a tablel.
GetCurrentAclFactory returns current table acl implementation.
GetCurrentConfig returns a copy of current tableacl configuration.
Init initiates table ACLs.
InitFromProto inits table ACLs from a proto.
Register registers an AclFactory.
RoleByName returns the Role corresponding to a name.
SetDefaultACL sets the default ACL implementation.
ValidateProto returns an error if the given proto has problems that would cause InitFromProto to fail.

# Constants

ADMIN can run any statements including DDLs.
NumRoles is number of Roles defined.
READER can run SELECT statements.
WRITER can run SELECT, INSERT & UPDATE statements.

# Structs

ACLResult embeds an acl.ACL and also tell which table group it belongs to.

# Type aliases

Role defines the level of access on a table.