Home
last modified time | relevance | path

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

/dports/net/storj/storj-1.45.3/satellite/snopayouts/
H A Dpayouts.go21 GetPaystub(ctx context.Context, nodeID storj.NodeID, period string) (Paystub, error) methodSpec
96 func (service *Service) GetPaystub(ctx context.Context, nodeID storj.NodeID, period string) (Paystu… func
97 paystub, err := service.db.GetPaystub(ctx, nodeID, period)
H A Dpayouts_test.go109 actual, err := snoPayoutDB.GetPaystub(ctx, NodeID, "2020-01")
114 _, err = snoPayoutDB.GetPaystub(ctx, NodeID, "")
117 _, err = snoPayoutDB.GetPaystub(ctx, testrand.NodeID(), "2020-01")
H A Dendpoint.go60 paystub, err := e.service.GetPaystub(ctx, node.Id, req.Period.Format("2006-01"))
/dports/net/storj/storj-1.45.3/satellite/satellitedb/
H A Dpayouts.go24 func (db *snopayoutsDB) GetPaystub(ctx context.Context, nodeID storj.NodeID, period string) (paystu… func
/dports/net/storj/storj-1.45.3/storagenode/nodestats/
H A Dcache.go202 payStub, err := cache.payoutEndpoint.GetPaystub(ctx, satellite, previousMonth)
/dports/net/storj/storj-1.45.3/storagenode/payouts/
H A Dendpoint.go53 func (endpoint *Endpoint) GetPaystub(ctx context.Context, satelliteID storj.NodeID, period string) … func
/dports/net/rclone/rclone-1.57.0/vendor/storj.io/common/pb/
H A Dheldamount.pb.go324 func (m *GetAllPaystubsResponse) GetPaystub() []*GetHeldAmountResponse { func
/dports/net/storj/storj-1.45.3/vendor/storj.io/common/pb/
H A Dheldamount.pb.go324 func (m *GetAllPaystubsResponse) GetPaystub() []*GetHeldAmountResponse { func
/dports/net/storj/storj-1.45.3/private/multinodepb/
H A Dmultinode.pb.go2783 func (m *PaystubSatelliteResponse) GetPaystub() *Paystub { func
2859 func (m *PaystubResponse) GetPaystub() *Paystub { func
2943 func (m *PaystubPeriodResponse) GetPaystub() *Paystub { func
3028 func (m *PaystubSatellitePeriodResponse) GetPaystub() *Paystub { func
3916 func (m *SatellitePaystubResponse) GetPaystub() *Paystub { func
4000 func (m *PeriodPaystubResponse) GetPaystub() *Paystub { func
4085 func (m *SatellitePeriodPaystubResponse) GetPaystub() *Paystub { func