Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Checkin ¶
type Checkin struct {
util.DialerHelper
URL string `arg:""`
}
type Node ¶
type Node struct {
Report Report `cmd:""`
PricingModel PricingModel `cmd:"" help:"Get pricing model from satellite (sn->satellite RPC)"`
Checkin Checkin `cmd:"" help:"node checking rpc call (sn->satellite RPC)"`
Usage Usage `cmd:"" help:"calls the info endpoint of the satellite in the name of the storagenode (sn->satellite RPC)"`
Enrich Enrich `cmd:"" help:"enrich node information with metadata from the satellite"`
Export Export `cmd:""`
UnsentOrder UnsentOrder `cmd:"" usage:"parse unsent order archive"`
Paystub Paystub `cmd:""`
PieceList PieceList `cmd:"" help:"generate list of pieces for one node"`
PieceListCheck PieceListCheck `cmd:"" help:"check the generated list based on a real blobstore"`
GeoIP GeoIP `cmd:"" help:"opens and prints out maxmind GeoIP database"`
Convert Convert `cmd:""`
Info Info `cmd:"" help:"information for one node"`
}
type NodeRecord ¶
type PieceList ¶
type PieceListCheck ¶
type PieceListCheck struct {
File string `arg:""`
PieceExpirationDB string
NodeID storj.NodeID
Verbose bool
}
func (*PieceListCheck) Run ¶
func (p *PieceListCheck) Run() error
type PricingModel ¶ added in v1.3.0
type PricingModel struct {
util.DialerHelper
URL string `arg:""`
}
func (PricingModel) Run ¶ added in v1.3.0
func (g PricingModel) Run() error
type UnsentOrder ¶
func (UnsentOrder) Run ¶
func (c UnsentOrder) Run() error
Click to show internal directories.
Click to hide internal directories.