Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Audit ¶ added in v1.13.0
type Audit struct {
db.WithDatabase
util.DialerHelper
NodeURL storj.NodeURL `reuired:"" help:"Node address"`
Keys string `required:"" help:"the satellite identity directory"`
PieceFile string `required:"" help:"CSV file with piece information"`
}
type Enrich ¶ added in v1.3.0
type Enrich struct {
db.WithDatabase
File 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:"" help:"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"`
Audit Audit `cmd:"" help:"audit pieces from CSV file by downloading and checking checksums"`
}
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.