propertiesrepo

package
v0.0.0-...-412d769 Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2024 License: GPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Repo = newRepo()

Repo is the repository

Functions

This section is empty.

Types

type PropertyRepository

type PropertyRepository interface {
	All() ([]htdbtypes.Property, error)
	Add(property htdbtypes.Property) (*primitive.ObjectID, error)
	Get(id primitive.ObjectID) (htdbtypes.Property, error)
	Delete(id primitive.ObjectID) error
	GetByPlaceID(placeID string) (htdbtypes.Property, error)
	Close()
}

Jump to

Keyboard shortcuts

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