package api const ( CompressionLevel = 5 LegalDir = "legal" PrivacyFile = "privacy.txt" TermsFile = "terms.txt" DisclaimerFile = "disclaimer.txt" )