Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IRepository ¶
type IRepository interface { Create(target any) error FindById(target any, id int32, preloads ...string) error FindAll(target any, preloads ...string) error Update(target any) error UpdateColumn(target any, id int32, column string, value any) error Delete(target any, id int32) error HandleError(res *gorm.DB) error DBWithPreloads(preloads []string) *gorm.DB }
Click to show internal directories.
Click to hide internal directories.