Home
last modified time | relevance | path

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

/dports/net/storj/storj-1.45.3/satellite/satellitedb/dbx/
H A Dsatellitedb.dbx.go5328 EgressAllocated ProjectBandwidthRollup_EgressAllocated_Field
5370 type ProjectBandwidthRollup_EgressAllocated_Field struct { struct
5376 func ProjectBandwidthRollup_EgressAllocated(v uint64) ProjectBandwidthRollup_EgressAllocated_Field {
5377 return ProjectBandwidthRollup_EgressAllocated_Field{_set: true, _value: v}
5380 func (f ProjectBandwidthRollup_EgressAllocated_Field) value() interface{} { argument
5387 func (ProjectBandwidthRollup_EgressAllocated_Field) _Column() string { return "egress_allocated" } argument