postgres

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2025 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(config *config.Config) *postgresAccessor

Types

type PostgresAccessor

type PostgresAccessor interface {
	GetRandomQuote(guildID string) (Quote, error)
	AddQuote(quote string, guildID string) (Quote, error)
}

type Quote

type Quote struct {
	ID      uuid.UUID
	Quote   string
	GuildID string
}

Jump to

Keyboard shortcuts

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