db

package
v0.0.0-...-a27b3b8 Latest Latest
Warning

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

Go to latest
Published: Mar 31, 2020 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Storage

type Storage interface {
	CreateOrder(request *models.Order) error
	GetRandomOrderContent() (*models.Order, error)
	InactiveRandomOrder() error
	GetStatisticsOrder() (*uint64, []*models.Order, error)
}

func NewPostgresStorage

func NewPostgresStorage(userName, password, dbName, host string,
	port int, sslMode string) (Storage, error)

Jump to

Keyboard shortcuts

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