Versions in this module Expand all Collapse all v1 v1.0.0 May 18, 2023 Changes in this version + type GormUUID uuid.UUID + func StringToGormUUID(s string) (GormUUID, error) + func (u *GormUUID) GormDataType() string + func (u *GormUUID) MarshalJSON() ([]byte, error) + func (u *GormUUID) Scan(value interface{}) error + func (u *GormUUID) String() string + func (u *GormUUID) UnmarshalJSON(by []byte) error + func (u *GormUUID) Value() (driver.Value, error)