mysql

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 NewUserAuthQueryMysql

func NewUserAuthQueryMysql(db *sql.DB) query.UserAuthQuery

func NewUserEventQueryMysql

func NewUserEventQueryMysql(db *sql.DB) query.UserEventQuery

func NewUserReadQueryMysql

func NewUserReadQueryMysql(db *sql.DB) query.UserReadQuery

Types

type UserAuthQueryMysql

type UserAuthQueryMysql struct {
	DB *sql.DB
}

func (UserAuthQueryMysql) FindByUserID

func (s UserAuthQueryMysql) FindByUserID(uid uuid.UUID) <-chan query.QueryResult

type UserEventQueryMysql

type UserEventQueryMysql struct {
	DB *sql.DB
}

func (*UserEventQueryMysql) FindAllByID

func (f *UserEventQueryMysql) FindAllByID(uid uuid.UUID) <-chan query.QueryResult

type UserReadQueryMysql

type UserReadQueryMysql struct {
	DB *sql.DB
}

func (UserReadQueryMysql) FindByID

func (s UserReadQueryMysql) FindByID(uid uuid.UUID) <-chan query.QueryResult

func (UserReadQueryMysql) FindByUsername

func (s UserReadQueryMysql) FindByUsername(username string) <-chan query.QueryResult

func (UserReadQueryMysql) FindByUsernameAndPassword

func (s UserReadQueryMysql) FindByUsernameAndPassword(username, password string) <-chan query.QueryResult

Jump to

Keyboard shortcuts

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