This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
byop
/
byop-engine
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
e74876a127
Ramuri
Etichete
main
byop-engine
/
vendor
/
github.com
/
leodido
/
go-urn
/
kind.go
kind.go
83 B
Istoric
Crud
1
2
3
4
5
6
7
8
9
10
package urn
type Kind int
const (
NONE Kind = iota
RFC2141
RFC7643
RFC8141
)