Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IModel ¶
type IModel interface { GetAll(*gorm.DB, ...interface{}) (interface{}, int64, error) Delete(*gorm.DB, map[string]interface{}) (interface{}, error) Update(*gorm.DB, map[string]interface{}, map[string]interface{}) (interface{}, error) Create(*gorm.DB, map[string]interface{}) (interface{}, error) Get(*gorm.DB, ...interface{}) (interface{}, error) Fields() []string }
Click to show internal directories.
Click to hide internal directories.