Home
last modified time | relevance | path

Searched refs:AccountingRollup_AtRestTotal_Field (Results 1 – 1 of 1) sorted by relevance

/dports/net/storj/storj-1.45.3/satellite/satellitedb/dbx/
H A Dsatellitedb.dbx.go1602 type AccountingRollup_AtRestTotal_Field struct { struct
1608 func AccountingRollup_AtRestTotal(v float64) AccountingRollup_AtRestTotal_Field {
1609 return AccountingRollup_AtRestTotal_Field{_set: true, _value: v}
1612 func (f AccountingRollup_AtRestTotal_Field) value() interface{} { argument
1619 func (AccountingRollup_AtRestTotal_Field) _Column() string { return "at_rest_total" } argument