mongo

package
v0.0.0-...-f05cc18 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2024 License: AGPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// CollectionName is the name of the collection in the database
	CollectionName = "forwardtests"
)

Variables

View Source
var (
	// ErrNilID is returned when the ID is nil
	ErrNilID = fmt.Errorf("ID is nil")
)

Functions

This section is empty.

Types

type Adapter

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

func New

func New(ctx context.Context, c config.Mongo) (*Adapter, error)

func (*Adapter) CreateForwardTest

func (mongo *Adapter) CreateForwardTest(ctx context.Context, ft forwardtest.ForwardTest) error

func (*Adapter) CreateIndexes

func (a *Adapter) CreateIndexes() error

func (*Adapter) DeleteForwardTest

func (mongo *Adapter) DeleteForwardTest(ctx context.Context, id uuid.UUID) error

func (*Adapter) ListForwardTests

func (mongo *Adapter) ListForwardTests(ctx context.Context, filters db.ListFilters) ([]forwardtest.ForwardTest, error)

func (*Adapter) ReadForwardTest

func (mongo *Adapter) ReadForwardTest(ctx context.Context, id uuid.UUID) (forwardtest.ForwardTest, error)

func (*Adapter) Reset

func (a *Adapter) Reset(ctx context.Context) error

func (*Adapter) UpdateForwardTest

func (mongo *Adapter) UpdateForwardTest(ctx context.Context, ft forwardtest.ForwardTest) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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