repository

package
v0.42.2 Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2025 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AsyncSearches

type AsyncSearches interface {
	SaveAsyncSearch(context.Context, types.SaveAsyncSearchRequest) error
	GetAsyncSearchById(context.Context, string) (types.AsyncSearchInfo, error)
	DeleteAsyncSearch(context.Context, string) error
	DeleteExpiredAsyncSearches(context.Context) error
	GetAsyncSearchesList(context.Context, types.GetAsyncSearchesListRequest) ([]types.AsyncSearchInfo, error)
}

type Repository

func New

func New(pool *pgxpool.Pool, requestTimeout time.Duration) *Repository

Directories

Path Synopsis
Package mock_repository is a generated GoMock package.
Package mock_repository is a generated GoMock package.

Jump to

Keyboard shortcuts

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