Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var StorageHostsCmd = &cmds.Command{ Helptext: cmds.HelpText{ Tagline: "Interact with information on hosts.", ShortDescription: `Allows interaction with information on hosts. Host information is synchronized from btfs-hub and saved in local datastore.`, }, Subcommands: map[string]*cmds.Command{ "info": storageHostsInfoCmd, "sync": storageHostsSyncCmd, }, }
Functions ¶
Types ¶
type HostInfoRes ¶
Click to show internal directories.
Click to hide internal directories.