point

package
v0.1.13 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2026 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 Point

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

func New

func New(pool *pgxpool.Pool) *Point

func (*Point) Add

func (b *Point) Add(point domain.Point) domain.Point

func (*Point) GetByBacketId

func (b *Point) GetByBacketId(id uint64) []domain.Point

func (*Point) GetByExternalId

func (b *Point) GetByExternalId(ids []uint64, ext string) *domain.Point

func (*Point) GetByExternalIds

func (b *Point) GetByExternalIds(bucketId uint64, ext []string) []domain.Point

func (*Point) GetById

func (b *Point) GetById(id uint64) (domain.Point, error)

func (*Point) GetByIds

func (b *Point) GetByIds(ids []uint64) ([]domain.Point, error)

func (*Point) Remove

func (b *Point) Remove(id uint64)

func (*Point) Update

func (b *Point) Update(id uint64, point domain.Point) domain.Point

Jump to

Keyboard shortcuts

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