struct_msubmenu.go 87 B

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