models

package
v0.0.0-...-79b9601 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2017 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var TemperaturesSchema = &schema{
	Name:       "Temperatures",
	Indication: "indication",
	Date:       "date",
	Threshold:  "threshold",
}

Functions

This section is empty.

Types

type Temperature

type Temperature struct {
	ID         bson.ObjectId `bson:"_id,omitempty"`
	Indication float64
	Date       time.Time
	Threshold  float64
}

Jump to

Keyboard shortcuts

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