Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "control", Short: "Operations with storage node", Long: `Operations with storage node`, PersistentPreRun: func(cmd *cobra.Command, args []string) { ff := cmd.Flags() _ = viper.BindPFlag(commonflags.WalletPath, ff.Lookup(commonflags.WalletPath)) _ = viper.BindPFlag(commonflags.Account, ff.Lookup(commonflags.Account)) _ = viper.BindPFlag(controlRPC, ff.Lookup(controlRPC)) _ = viper.BindPFlag(commonflags.Timeout, ff.Lookup(commonflags.Timeout)) }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Source Files
¶
- drop_objects.go
- evacuate_shard.go
- flush_cache.go
- healthcheck.go
- notary.go
- notary_list.go
- notary_request.go
- notary_sign.go
- object.go
- object_list.go
- object_revive.go
- object_status.go
- root.go
- set_netmap_status.go
- shards.go
- shards_dump.go
- shards_list.go
- shards_restore.go
- shards_set_mode.go
- synchronize_tree.go
- util.go
Click to show internal directories.
Click to hide internal directories.