all_platform/vendor/github.com/leodido/go-urn/kind.go
2025-03-16 23:57:25 +08:00

11 lines
83 B
Go

package urn
type Kind int
const (
NONE Kind = iota
RFC2141
RFC7643
RFC8141
)