Documentation ¶
Index ¶
- type ID
- func (id ID) MarshalBinary() (b []byte, err error)
- func (id ID) MarshalJSON() ([]byte, error)
- func (id ID) MarshalText() (b []byte, err error)
- func (id *ID) Scan(value any) error
- func (id ID) String() string
- func (id *ID) UnmarshalBinary(b []byte) error
- func (id *ID) UnmarshalJSON(b []byte) error
- func (id *ID) UnmarshalText(b []byte) error
- func (id ID) Value() (driver.Value, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ID ¶
type ID [16]byte
func NewWithTime ¶
func (ID) MarshalBinary ¶
func (ID) MarshalJSON ¶
func (ID) MarshalText ¶
func (*ID) UnmarshalBinary ¶
func (*ID) UnmarshalJSON ¶
func (*ID) UnmarshalText ¶
Click to show internal directories.
Click to hide internal directories.