forked from TrueCloudLab/frostfs-node
17 lines
479 B
Go
17 lines
479 B
Go
package frostfsid
|
|
|
|
func init() {
|
|
initFrostfsIDCreateNamespaceCmd()
|
|
initFrostfsIDListNamespacesCmd()
|
|
initFrostfsIDCreateSubjectCmd()
|
|
initFrostfsIDDeleteSubjectCmd()
|
|
initFrostfsIDListSubjectsCmd()
|
|
initFrostfsIDCreateGroupCmd()
|
|
initFrostfsIDDeleteGroupCmd()
|
|
initFrostfsIDListGroupsCmd()
|
|
initFrostfsIDAddSubjectToGroupCmd()
|
|
initFrostfsIDRemoveSubjectFromGroupCmd()
|
|
initFrostfsIDListGroupSubjectsCmd()
|
|
initFrostfsIDAddSubjectKeyCmd()
|
|
initFrostfsIDRemoveSubjectKeyCmd()
|
|
}
|