Versions in this module Expand all Collapse all v1 v1.0.9 Apr 20, 2018 Changes in this version + func BindPrivilegeManager(ctx context.Context, pc Manager) + type Manager interface + ConnectionVerification func(host, user string, auth, salt []byte) bool + DBIsVisible func(db string) bool + RequestVerification func(db, table, column string, priv mysql.PrivilegeType) bool + ShowGrants func(ctx context.Context, user *auth.UserIdentity) ([]string, error) + UserPrivilegesTable func() [][]types.Datum + func GetPrivilegeManager(ctx context.Context) Manager