package db
const (
METRIC_TYPE_NONE = 0 + iota
METRIC_TYPE_GRAM
METRIC_TYPE_KILOGRAM
METRIC_TYPE_LITER
)