Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCropActivityRepositorySqlite ¶
func NewCropActivityRepositorySqlite(db *sql.DB) repository.CropActivity
func NewCropEventRepositorySqlite ¶
func NewCropEventRepositorySqlite(db *sql.DB) repository.CropEvent
func NewCropReadRepositorySqlite ¶
func NewCropReadRepositorySqlite(db *sql.DB) repository.CropRead
Types ¶
type CropActivityRepositorySqlite ¶
func (*CropActivityRepositorySqlite) Save ¶
func (f *CropActivityRepositorySqlite) Save(cropActivity *storage.CropActivity, isUpdate bool) <-chan error
Click to show internal directories.
Click to hide internal directories.