Files
lti-api/vendor/github.com/leodido/go-urn/kind.go
T
GitLab Deploy Bot bb60e987e5 .
2025-10-21 23:45:13 +07:00

11 lines
83 B
Go

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