Documentation ¶
Overview ¶
Universally Unique IDentifier (UUID).
Index ¶
- func InitState()
- type Uuid
- func (this Uuid) Compare(other Uuid) int
- func (uuid Uuid) Equal(other Uuid) bool
- func (uuid Uuid) Key() UuidKey
- func (uuid Uuid) Less(other Uuid) bool
- func (uuid Uuid) Marshal() ([]byte, error)
- func (uuid Uuid) MarshalJSON() ([]byte, error)
- func (uuid Uuid) MarshalTo(data []byte) (n int, err error)
- func (uuid Uuid) RandV4(r int63)
- func (uuid *Uuid) Size() int
- func (uuid Uuid) String() string
- func (uuid Uuid) Uint64() uint64
- func (uuid *Uuid) Unmarshal(data []byte) error
- func (uuid *Uuid) UnmarshalJSON(data []byte) error
- func (uuid Uuid) Version() int
- type UuidKey
- type Uuids
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Uuid ¶
type Uuid []byte
func NewPopulatedUuid ¶
func NewPopulatedUuid(r int63) *Uuid
func (Uuid) MarshalJSON ¶
func (*Uuid) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.