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 {