repository

package
v1.2.2 Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2022 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 PGRepository added in v1.1.0

type PGRepository struct {
	*pg.DB
}

func NewPgRepository added in v1.1.0

func NewPgRepository(db *pg.DB) (*PGRepository, error)

func (*PGRepository) Delete added in v1.1.0

func (*PGRepository) Fetch added in v1.1.0

func (*PGRepository) FetchServers added in v1.1.0

func (repo *PGRepository) FetchServers(ctx context.Context) ([]string, error)

func (*PGRepository) Store added in v1.1.0

func (repo *PGRepository) Store(ctx context.Context, observation *model.Observation) error

func (*PGRepository) StoreMany added in v1.1.0

func (repo *PGRepository) StoreMany(ctx context.Context, observations []*model.Observation) error

func (*PGRepository) Update added in v1.1.0

func (repo *PGRepository) Update(ctx context.Context, observation *model.Observation) error

Jump to

Keyboard shortcuts

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