Documentation ¶
Index ¶
- Variables
- func ActionStrings() []string
- func Actions() map[string]interface{}
- func Exit(err error, code int)
- func Fields() (map[string]interface{}, error)
- func FieldsString() ([]string, error)
- func Keys(m map[string]DocEntry) []string
- func ReadFile(path string) ([]byte, error)
- type DocEntry
- type GroupsEntry
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // IgnoreActions list of "helper" actions to be ignored for documentation IgnoreActions = []string{"connectws"} )
Shared global variables for compile and generate documentation
Functions ¶
func Actions ¶
func Actions() map[string]interface{}
Actions all registered actions with action settings
Types ¶
Click to show internal directories.
Click to hide internal directories.