Documentation
¶
Index ¶
- Variables
- type UID
- func (u UID) Bytes() []byte
- func (UID) GormDataType() string
- func (u UID) IsEmpty() bool
- func (u UID) MarshalBinary() ([]byte, error)
- func (u UID) MarshalText() ([]byte, error)
- func (u *UID) Scan(src interface{}) error
- func (u UID) String() string
- func (u *UID) UnmarshalBinary(data []byte) error
- func (u *UID) UnmarshalText(text []byte) error
- func (u UID) Value() (driver.Value, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Nil Null Nil = UID{} )
Functions ¶
This section is empty.
Types ¶
type UID ¶
type UID [size]byte
UID UID
func (UID) MarshalBinary ¶
MarshalBinary MarshalBinary interface
func (UID) MarshalText ¶
MarshalText MarshalText interface
func (*UID) UnmarshalBinary ¶
UnmarshalBinary UnmarshalBinary interface
func (*UID) UnmarshalText ¶
UnmarshalText UnmarshalText interface
Click to show internal directories.
Click to hide internal directories.