type github.com/google/uuid.Domain
8 uses
github.com/google/uuid (current package)
dce.go#L14: type Domain byte
dce.go#L18: Person = Domain(0)
dce.go#L19: Group = Domain(1)
dce.go#L20: Org = Domain(2)
dce.go#L32: func NewDCESecurity(domain Domain, id uint32) (UUID, error) {
dce.go#L60: func (uuid UUID) Domain() Domain {
dce.go#L61: return Domain(uuid[9])
dce.go#L70: func (d Domain) String() string {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |