database

package
v0.1.2-0...-cc8761f Latest Latest
Warning

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

Go to latest
Published: May 4, 2020 License: GPL-3.0 Imports: 3 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Store

type Store interface {
	UserGet(*users.Query) (*users.User, error)
	UserCreate(*users.User) error
	UserList() ([]*users.User, error)
	Update(*users.User) error
	Delete(*users.User) error
}

Store ...

func NewPostgres

func NewPostgres(dsn string) (Store, error)

NewPostgres ...

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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