postgres

package
v0.0.0-...-1f188ac Latest Latest
Warning

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

Go to latest
Published: Sep 26, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PostgresDAO

type PostgresDAO interface {
	GetRandomQuoteByCategory(category string) (quote model.QuoteResponse, err error)
	InsertQuote(body string, author string, categories []string) error
	UpsertQuoteList(quotes []model.QuoteResponse) error
}

func NewPosgtresDao

func NewPosgtresDao() (PostgresDAO, error)

Jump to

Keyboard shortcuts

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