Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Fixture string
View Source
var Schema string
Functions ¶
Types ¶
type Address ¶
type Address struct { ID int64 `db:"id" json:"id"` ZIP string `db:"zip" json:"zip"` City string `db:"city" json:"city"` Street string `db:"street" json:"street"` Country string `db:"country" json:"country"` Latitude float64 `db:"latitude" json:"latitude"` Longitude float64 `db:"longitude" json:"longitude"` }
type AddressFilter ¶
type AddressFilter struct {
// contains filtered or unexported fields
}
type AddressParams ¶
type Database ¶
type Database struct {
// contains filtered or unexported fields
}
func MakeDatabase ¶
func MakeDatabase(db *pgx.Conn) Database
type Item ¶
type ItemCategory ¶
func (ItemCategory) GetID ¶
func (itemCategory ItemCategory) GetID() string
func (ItemCategory) Redirect ¶
func (itemCategory ItemCategory) Redirect() string
type ItemFilter ¶
type ItemFilter struct {
// contains filtered or unexported fields
}
type ItemParams ¶
type Plant ¶
type PlantFilter ¶
type PlantFilter struct {
// contains filtered or unexported fields
}
type PlantParams ¶
Click to show internal directories.
Click to hide internal directories.