model

package
v0.0.0-...-1582af6 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2020 License: GPL-3.0 Imports: 2 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Gauge

type Gauge struct {
	Id        uuid.UUID
	Name      string
	Code      string
	RiverId   uuid.UUID
	Latitude  float64
	Longitude float64
}

type Metric

type Metric struct {
	Id           uuid.UUID
	GaugeId      uuid.UUID
	Type         string
	Value        float64
	RecordedDate time.Time
}

type River

type River struct {
	Id        uuid.UUID
	Name      string
	Latitude  float64
	Longitude float64
}

type RiverSeed

type RiverSeed struct {
	River  River
	Gauges []Gauge
}

Jump to

Keyboard shortcuts

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