repository

package
v0.0.0-...-278084b Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2021 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewRepository

func NewRepository(db *sql.DB) forum.Repository

Types

type Repository

type Repository struct {
	// contains filtered or unexported fields
}

func (Repository) Create

func (r Repository) Create(forum *models.Forum) error

func (Repository) CreateThread

func (r Repository) CreateThread(thread *models.Thread) error

func (Repository) Details

func (r Repository) Details(forum *models.Forum) error

func (Repository) Threads

func (r Repository) Threads(thread *models.ThreadSearch, sinceString string) ([]*models.Thread, error)

func (Repository) Users

func (r Repository) Users(searchParams *models.UserSearch) ([]*models.User, error)

Jump to

Keyboard shortcuts

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