Versions in this module Expand all Collapse all v0 v0.16.3 Nov 29, 2024 Changes in this version + func GetCurrentACLFactory() (acl.Factory, error) + func GetCurrentConfig() *tableaclpb.Config + func Init(configFile string, aclCB func()) error + func InitFromProto(config *tableaclpb.Config) error + func Register(name string, factory acl.Factory) + func SetDefaultACL(name string) + func ValidateProto(config *tableaclpb.Config) (err error) + type ACLResult struct + GroupName string + func Authorized(table string, role Role) *ACLResult + type Role int + const ADMIN + const NumRoles + const READER + const WRITER + func RoleByName(s string) (Role, bool) + func (r Role) Name() string