sqlite

package
v0.0.0-...-87346ed Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewUserAuthRepositorySqlite

func NewUserAuthRepositorySqlite(db *sql.DB) repository.UserAuthRepository

func NewUserEventRepositorySqlite

func NewUserEventRepositorySqlite(db *sql.DB) repository.UserEventRepository

func NewUserReadRepositorySqlite

func NewUserReadRepositorySqlite(db *sql.DB) repository.UserReadRepository

Types

type UserAuthRepositorySqlite

type UserAuthRepositorySqlite struct {
	DB *sql.DB
}

func (*UserAuthRepositorySqlite) Save

func (s *UserAuthRepositorySqlite) Save(userAuth *storage.UserAuth) <-chan error

type UserEventRepositorySqlite

type UserEventRepositorySqlite struct {
	DB *sql.DB
}

func (*UserEventRepositorySqlite) Save

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

type UserReadRepositorySqlite

type UserReadRepositorySqlite struct {
	DB *sql.DB
}

func (*UserReadRepositorySqlite) Save

func (f *UserReadRepositorySqlite) Save(userRead *storage.UserRead) <-chan error

Jump to

Keyboard shortcuts

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