Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomTypeUUIDv1 ¶
func CustomTypeUUIDv1FromString ¶
func CustomTypeUUIDv1FromString(s string) CustomTypeUUIDv1
CustomTypeUUIDv1FromString -> parse string to CustomTypeUUIDv1
func (CustomTypeUUIDv1) MarshalJSON ¶
func (my CustomTypeUUIDv1) MarshalJSON() ([]byte, error)
func (*CustomTypeUUIDv1) Scan ¶
func (my *CustomTypeUUIDv1) Scan(value interface{}) error
Scan --> tells GORM how to receive from the database
func (CustomTypeUUIDv1) String ¶
func (my CustomTypeUUIDv1) String() string
String -> String Representation of Binary16
func (*CustomTypeUUIDv1) UnmarshalJSON ¶
func (my *CustomTypeUUIDv1) UnmarshalJSON(by []byte) error
Click to show internal directories.
Click to hide internal directories.