Documentation
¶
Index ¶
- type Point
- func (b *Point) Add(point domain.Point) domain.Point
- func (b *Point) GetByBacketId(id uint64) []domain.Point
- func (b *Point) GetByExternalId(ids []uint64, ext string) *domain.Point
- func (b *Point) GetByExternalIds(bucketId uint64, ext []string) []domain.Point
- func (b *Point) GetById(id uint64) (domain.Point, error)
- func (b *Point) GetByIds(ids []uint64) ([]domain.Point, error)
- func (b *Point) Remove(id uint64)
- func (b *Point) Update(id uint64, point domain.Point) domain.Point
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 (*Point) GetByExternalId ¶
func (*Point) GetByExternalIds ¶
Click to show internal directories.
Click to hide internal directories.