type golang.org/x/net/idna.Option
11 uses
golang.org/x/net/idna (current package)
idna10.0.0.go#L57: type Option func(*options)
idna10.0.0.go#L64: func Transitional(transitional bool) Option {
idna10.0.0.go#L70: func VerifyDNSLength(verify bool) Option {
idna10.0.0.go#L79: func RemoveLeadingDots(remove bool) Option {
idna10.0.0.go#L86: func ValidateLabels(enable bool) Option {
idna10.0.0.go#L107: func StrictDomainName(use bool) Option {
idna10.0.0.go#L120: func BidiRule() Option {
idna10.0.0.go#L126: func ValidateForRegistration() Option {
idna10.0.0.go#L144: func MapForLookup() Option {
idna10.0.0.go#L178: func apply(o *options, opts []Option) {
idna10.0.0.go#L192: func New(o ...Option) *Profile {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |