NewDCEGroup returns a DCE Security (Version 2) UUID in the group domain with the id returned by os.Getgid. NewDCESecurity(Group, uint32(os.Getgid()))
()
| 52 | // |
| 53 | // NewDCESecurity(Group, uint32(os.Getgid())) |
| 54 | func NewDCEGroup() (UUID, error) { |
| 55 | return NewDCESecurity(Group, uint32(os.Getgid())) |
| 56 | } |
| 57 | |
| 58 | // Domain returns the domain for a Version 2 UUID. Domains are only defined |
| 59 | // for Version 2 UUIDs. |