2024-02-01 13:11:17 +00:00
|
|
|
package frostfsid
|
|
|
|
|
|
|
|
func init() {
|
|
|
|
initFrostfsIDCreateNamespaceCmd()
|
|
|
|
initFrostfsIDListNamespacesCmd()
|
|
|
|
initFrostfsIDCreateSubjectCmd()
|
|
|
|
initFrostfsIDDeleteSubjectCmd()
|
|
|
|
initFrostfsIDListSubjectsCmd()
|
|
|
|
initFrostfsIDCreateGroupCmd()
|
|
|
|
initFrostfsIDDeleteGroupCmd()
|
|
|
|
initFrostfsIDListGroupsCmd()
|
|
|
|
initFrostfsIDAddSubjectToGroupCmd()
|
|
|
|
initFrostfsIDRemoveSubjectFromGroupCmd()
|
|
|
|
initFrostfsIDListGroupSubjectsCmd()
|
2024-11-19 13:25:16 +00:00
|
|
|
initFrostfsIDAddSubjectKeyCmd()
|
|
|
|
initFrostfsIDRemoveSubjectKeyCmd()
|
2024-02-01 13:11:17 +00:00
|
|
|
}
|