Package vtaclcheck analyzes a set of sql statements and returns the
corresponding vtgate and vttablet query plans that will be executed
on the given statements
type Options struct {
// AclFile is the file with the JSON acl configuration ACLFile string// StaticAuthFile is the file containing the mysql auth_server_static JSON StaticAuthFile string
}