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: 9 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewTaskEventRepositoryMysql

func NewTaskEventRepositoryMysql(s *sql.DB) repository.TaskEvent

func NewTaskReadRepositoryMysql

func NewTaskReadRepositoryMysql(s *sql.DB) repository.TaskRead

Types

type TaskEventRepositoryMysql

type TaskEventRepositoryMysql struct {
	DB *sql.DB
}

func (*TaskEventRepositoryMysql) Save

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

type TaskReadRepositoryMysql

type TaskReadRepositoryMysql struct {
	DB *sql.DB
}

func (*TaskReadRepositoryMysql) Save

func (f *TaskReadRepositoryMysql) Save(taskRead *storage.TaskRead) <-chan error

Jump to

Keyboard shortcuts

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