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, _ []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 ¶
- add_rule.go
- detach_shards.go
- doctor.go
- drop_objects.go
- evacuate_shard.go
- evacuation.go
- flush_cache.go
- get_rule.go
- healthcheck.go
- ir.go
- ir_healthcheck.go
- ir_remove_container.go
- ir_remove_node.go
- ir_tick_epoch.go
- list_rules.go
- list_targets.go
- remove_rule.go
- root.go
- set_netmap_status.go
- shards.go
- shards_list.go
- shards_set_mode.go
- synchronize_tree.go
- util.go
- writecache.go
Click to show internal directories.
Click to hide internal directories.