Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Management ¶
type Management struct {
// contains filtered or unexported fields
}
Management command management
func (*Management) AddCommand ¶
func (m *Management) AddCommand(cmds ...Command)
AddCommand add command to management
type SortString ¶
type SortString []string
SortString implement string sort
func (SortString) Len ¶
func (arrs SortString) Len() int
Len is the number of elements in the collection.
func (SortString) Less ¶
func (arrs SortString) Less(i, j int) bool
Less reports whether the element with index i should sort before the element with index j.
func (SortString) Swap ¶
func (arrs SortString) Swap(i, j int)
Swap swaps the elements with indexes i and j.
Click to show internal directories.
Click to hide internal directories.