Files
query-orchestration/vendor/github.com/leodido/go-urn/kind.go
T
Michael McGuinness 1a5fab87c6 validate inputs
2024-12-23 16:49:53 +00:00

11 lines
83 B
Go

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