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