sqlite

package
v0.0.0-...-ae75a06 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 10, 2022 License: Apache-2.0 Imports: 8 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCropActivityRepositoryMysql

func NewCropActivityRepositoryMysql(db *sql.DB) repository.CropActivity

func NewCropEventRepositoryMysql

func NewCropEventRepositoryMysql(db *sql.DB) repository.CropEvent

func NewCropReadRepositoryMysql

func NewCropReadRepositoryMysql(db *sql.DB) repository.CropRead

Types

type CropActivityRepositoryMysql

type CropActivityRepositoryMysql struct {
	DB *sql.DB
}

func (*CropActivityRepositoryMysql) Save

func (f *CropActivityRepositoryMysql) Save(cropActivity *storage.CropActivity, isUpdate bool) <-chan error

type CropEventRepositoryMysql

type CropEventRepositoryMysql struct {
	DB *sql.DB
}

func (*CropEventRepositoryMysql) Save

func (f *CropEventRepositoryMysql) Save(uid uuid.UUID, latestVersion int, events []interface{}) <-chan error

type CropReadRepositoryMysql

type CropReadRepositoryMysql struct {
	DB *sql.DB
}

func (*CropReadRepositoryMysql) Save

func (f *CropReadRepositoryMysql) Save(cropRead *storage.CropRead) <-chan error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL