16 lines
410 B
Go
16 lines
410 B
Go
|
package frostfsid
|
||
|
|
||
|
func init() {
|
||
|
initFrostfsIDCreateNamespaceCmd()
|
||
|
initFrostfsIDListNamespacesCmd()
|
||
|
initFrostfsIDCreateSubjectCmd()
|
||
|
initFrostfsIDDeleteSubjectCmd()
|
||
|
initFrostfsIDListSubjectsCmd()
|
||
|
initFrostfsIDCreateGroupCmd()
|
||
|
initFrostfsIDDeleteGroupCmd()
|
||
|
initFrostfsIDListGroupsCmd()
|
||
|
initFrostfsIDAddSubjectToGroupCmd()
|
||
|
initFrostfsIDRemoveSubjectFromGroupCmd()
|
||
|
initFrostfsIDListGroupSubjectsCmd()
|
||
|
}
|