package
Version:
v0.0.0-...-132e2ad
Opens a new window with list of versions in this module.
Published: Apr 29, 2018
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Stat struct {
ID uint `gorm:"primary_key" json:"-"`
Metric string `json:"metric,omitempty"`
Project string `json:"project,omitempty"`
Timestamp int64 `json:"timestamp,omitempty"`
Value float64 `json:"value"`
}
Stat represents a stat value.
Key returns the stat key.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.