Documentation ¶
Overview ¶
Code generated by go generate gen.go. DO NOT EDIT. This package was generated by go generate gen.go at 2024-11-24 15:37:29.027651133 +0000 UTC using data from
https://raw.githubusercontent.com/apple/password-manager-resources/main/quirks/password-rules.json
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AllAliases ¶
AllAliases returns all aliases.
func LookupAliases ¶
LookupAliases looks up known aliases for the given domain.
Types ¶
type Rule ¶
type Rule struct { Minlen int Maxlen int Required []string Allowed []string Maxconsec int Exact bool }
Rule is a password rule as defined by Apple at https://developer.apple.com/password-rules/
func LookupRule ¶
LookupRule looks up a rule either directly or through one of it's know aliases.
Click to show internal directories.
Click to hide internal directories.