Documentation
¶
Index ¶
- func CachedRepositoryBuilder(db *gorm.DB, dataType interface{}) datarepo.Builder
- func NewDataWriter(db *gorm.DB, dataType interface{}) datarepo.DataWriter
- func NewNonUniqueKeyDataFetcher(db *gorm.DB, dataType interface{}) datarepo.DataFetcher
- func NewUniqueKeyDataFetcher(db *gorm.DB, dataType interface{}) datarepo.DataFetcher
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CachedRepositoryBuilder ¶
Creates a new Builder for a GORM based cached repository that will handle data of the provided data type.
The data type is expected to be a struct or a pointer to a struct
func NewDataWriter ¶
func NewUniqueKeyDataFetcher ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.