struct_msubmenu.go 73 B

123456
  1. package utils
  2. type ModuleSubMenu struct {
  3. Alias string
  4. Name string
  5. }