Versions in this module Expand all Collapse all v0 v0.1.0 Jul 18, 2026 Changes in this version + var ErrInvalidKey = errors.New("invalid access key") + func Allow(candidate string) bool + func Disable() error + func Generate() (string, error) + func GrantOK(grant string) bool + func Key() string + func Required() bool + func RevokeGrant(grant string) + func Unlock(candidate string) (grant string, err error) + func ValidateGrant(grant string) bool