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 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

type CropActivityRepositorySqlite struct {
	DB *sql.DB
}

func (*CropActivityRepositorySqlite) Save

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

type CropEventRepositorySqlite

type CropEventRepositorySqlite struct {
	DB *sql.DB
}

func (*CropEventRepositorySqlite) Save

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

type CropReadRepositorySqlite

type CropReadRepositorySqlite struct {
	DB *sql.DB
}

func (*CropReadRepositorySqlite) Save

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

Jump to

Keyboard shortcuts

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