Documentation
¶
Index ¶
Constants ¶
View Source
const ( UUID_TIMESTAMP = 122192928000000000 V1 = ^(1 << 15) & ^(1 << 14) & ^(1 << 13) V4 = ^(1 << 15) & ^(1 << 13) & ^(1 << 12) V3 = ^(1 << 15) & ^(1 << 14) V5 = ^(1 << 15) & ^(1 << 13) SET_3MSB = ^(1 << 15) & ^(1 << 14) & ^(1 << 13) SET_4MSB = ^(1 << 15) & ^(1 << 14) & ^(1 << 13) & ^(1 << 12) DCE_VARIANT = ^(1 << 14) MICROSOFT_VARIANT = ^(1 << 13) )
Variables ¶
View Source
var ( DNS_NAMESPACE = []byte{ 0x6b, 0xa7, 0xb8, 0x10, 0x9d, 0xad, 0x11, 0xd1, 0x80, 0xb4, 0x00, 0xc0, 0x4f, 0xd4, 0x30, 0xc8, } URL_NAMESPACE = []byte{ 0x6b, 0xa7, 0xb8, 0x11, 0x9d, 0xad, 0x11, 0xd1, 0x80, 0xb4, 0x00, 0xc0, 0x4f, 0xd4, 0x30, 0xc8, } OID_NAMESPACE = []byte{ 0x6b, 0xa7, 0xb8, 0x12, 0x9d, 0xad, 0x11, 0xd1, 0x80, 0xb4, 0x00, 0xc0, 0x4f, 0xd4, 0x30, 0xc8, } X500_NAMESPACE = []byte{ 0x6b, 0xa7, 0xb8, 0x14, 0x9d, 0xad, 0x11, 0xd1, 0x80, 0xb4, 0x00, 0xc0, 0x4f, 0xd4, 0x30, 0xc8, } )
Functions ¶
This section is empty.
Types ¶
type UUID ¶
type UUID struct { TimeLow uint32 TimeMid uint16 TimeHighAndVersion uint16 ClockAndVariant uint16 Node []byte }
Click to show internal directories.
Click to hide internal directories.