Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var HelpDescs = []struct { Locale string // Actual locale, e.g. en_US GoLocale string // Locale used in Go names, e.g. EnUS Descs map[string]string }{ {"en_US", "EnUS", helpDescsEnUS}, }
HelpDescs contains the locale-specific help strings along with the locale.
View Source
var Methods = []struct { Method string ResultTypes []interface{} }{}/* 103 elements not displayed */
Methods contains all methods and result types that help is generated for, for every locale.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.