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:""` NodeStat NodeStat `cmd:"nodestat call (sn->satellite)"` Export Export `cmd:""` UnsentOrder UnsentOrder `cmd:"" usage:"parse unsent order archive"` Paystub Paystub `cmd:""` Checkin Checkin `cmd:"" help:"node checking rpc call (sn->satellite)"` 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:""` Usage Usage `cmd:"" help:"calls the info endpoint of the satellite in the name of the storagenode (sn->satellite)"` Info Info `cmd:"" help:"information for one node"` }
type NodeRecord ¶
type NodeStat ¶
type NodeStat struct { util.DialerHelper URL string `arg:""` }
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 UnsentOrder ¶
func (UnsentOrder) Run ¶
func (c UnsentOrder) Run() error
Click to show internal directories.
Click to hide internal directories.