forked from TrueCloudLab/frostfs-node
[#834] adm: Add commands to invoke methods of policy
contract
Signed-off-by: Anton Nikiforov <an.nikiforov@yadro.com>
This commit is contained in:
parent
7ade11922e
commit
32f4e72e6a
4 changed files with 302 additions and 0 deletions
|
@ -263,6 +263,10 @@ func init() {
|
|||
initRefillGasCmd()
|
||||
initDepositoryNotaryCmd()
|
||||
initNetmapCandidatesCmd()
|
||||
RootCmd.AddCommand(apeCmd)
|
||||
initAddRuleChainCmd()
|
||||
initRemoveRuleChainCmd()
|
||||
initListRuleChainsCmd()
|
||||
}
|
||||
|
||||
func initNetmapCandidatesCmd() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue