Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var StorageCmd = &cmds.Command{ Helptext: cmds.HelpText{ Tagline: "Interact with storage services on BTFS.", ShortDescription: ` Storage services include client upload operations, host storage operations, host information sync/display operations, and BTT payment-related routines.`, }, Subcommands: map[string]*cmds.Command{ "upload": upload.StorageUploadCmd, "hosts": hosts.StorageHostsCmd, "info": info.StorageInfoCmd, "announce": announce.StorageAnnounceCmd, "challenge": challenge.StorageChallengeCmd, "stats": stats.StorageStatsCmd, "contracts": contracts.StorageContractsCmd, "path": path.PathCmd, "dcrepair": upload.StorageDcRepairRouterCmd, }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.