type vendor/golang.org/x/net/idna.Option
11 uses
vendor/golang.org/x/net/idna (current package)
idna10.0.0.go#L56: type Option func(*options)
idna10.0.0.go#L63: func Transitional(transitional bool) Option {
idna10.0.0.go#L69: func VerifyDNSLength(verify bool) Option {
idna10.0.0.go#L78: func RemoveLeadingDots(remove bool) Option {
idna10.0.0.go#L85: func ValidateLabels(enable bool) Option {
idna10.0.0.go#L106: func StrictDomainName(use bool) Option {
idna10.0.0.go#L119: func BidiRule() Option {
idna10.0.0.go#L125: func ValidateForRegistration() Option {
idna10.0.0.go#L143: func MapForLookup() Option {
idna10.0.0.go#L177: func apply(o *options, opts []Option) {
idna10.0.0.go#L191: 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. |