Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CustomModel ¶
type Pet ¶
type Pet struct { CustomModel MasterName string MasterID uuid.UUID `gorm:"type:ARRAY<INT64>"` Name string }
Pet is the model for test
Click to show internal directories.
Click to hide internal directories.