Home
last modified time | relevance | path

Searched defs:StoragenodeBandwidthRollup (Results 1 – 4 of 4) sorted by relevance

/dports/net/storj/storj-1.45.3/satellite/orders/
H A Dendpoint.go120 type StoragenodeBandwidthRollup struct { struct
121 NodeID storj.NodeID
122 Action pb.PieceAction
123 Allocated int64
124 Settled int64
128 func SortStoragenodeBandwidthRollups(rollups []StoragenodeBandwidthRollup) {
/dports/net/storj/storj-1.45.3/satellite/satellitedb/
H A Dorders.go386 func SettledAmountsMatch(rows []*dbx.StoragenodeBandwidthRollup, orderActionAmounts map[int32]int64…
/dports/net/storj/storj-1.45.3/satellite/accounting/
H A Ddb.go30 type StoragenodeBandwidthRollup struct { struct
31 NodeID storj.NodeID
32 IntervalStart time.Time
33 Action uint
34 Settled uint64
/dports/net/storj/storj-1.45.3/satellite/satellitedb/dbx/
H A Dsatellitedb.dbx.go6395 type StoragenodeBandwidthRollup struct { struct
6396 StoragenodeId []byte
6397 IntervalStart time.Time
6398 IntervalSeconds uint
6399 Action uint
6400 Allocated *uint64
6401 Settled uint64
6404 func (StoragenodeBandwidthRollup) _Table() string { return "storagenode_bandwidth_rollups" }