Documentation ¶
Index ¶
- Variables
- func Equal(u1, u2 UUID) bool
- func ParseAndVerify(key []byte, input string) bool
- type UUID
- func (u UUID) Bytes() []byte
- func (u UUID) IsNil() bool
- func (u UUID) MarshalBinary() ([]byte, error)
- func (u UUID) MarshalText() ([]byte, error)
- func (u *UUID) Scan(src interface{}) error
- func (u UUID) String() string
- func (u *UUID) UnmarshalBinary(data []byte) error
- func (u *UUID) UnmarshalText(text []byte) error
- func (u UUID) Value() (driver.Value, error)
- func (u UUID) Variant() byte
- func (u UUID) Verify(key []byte) bool
- func (u UUID) Version() byte
Constants ¶
This section is empty.
Variables ¶
View Source
var Nil = UUID{}
Functions ¶
Types ¶
type UUID ¶
type UUID [16]byte
func FromByteOrNil ¶
func FromString ¶
func FromStringOrNil ¶
func (UUID) MarshalBinary ¶
func (UUID) MarshalText ¶
func (*UUID) UnmarshalBinary ¶
func (*UUID) UnmarshalText ¶
Click to show internal directories.
Click to hide internal directories.