Documentation ¶
Index ¶
- type UUID
- func (b UUID) Format() string
- func (b UUID) GormDBDataType(db *gorm.DB, _ *schema.Field) string
- func (b UUID) MarshalJSON() ([]byte, error)
- func (b *UUID) Scan(value interface{}) (err error)
- func (b UUID) String() string
- func (b *UUID) UnmarshalJSON(by []byte) (err error)
- func (b UUID) Value() (driver.Value, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UUID ¶
UUID google uuid
func (UUID) GormDBDataType ¶
GormDBDataType 数据库的数据类型
func (UUID) MarshalJSON ¶
func (*UUID) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.