Documentation
¶
Index ¶
- Constants
- func CleanDescription(text string) string
- func ConvertType(text string, isOptional bool) string
- func FitLine(text string, maxLineLength int) []string
- func GetDocsText() (string, error)
- func RemoveNewline(text string) string
- func RemoveTags(text string) string
- func SnakeToCamelCase(text string, firstUpper bool) string
- func UppercaseWords(text string) string
Constants ¶
View Source
const ( PackageName = "telego" MaxLineLen = 110 OmitemptySuffix = ",omitempty" )
Variables ¶
This section is empty.
Functions ¶
func CleanDescription ¶
func ConvertType ¶
func GetDocsText ¶ added in v0.2.1
func RemoveNewline ¶
func RemoveTags ¶
func SnakeToCamelCase ¶
func UppercaseWords ¶ added in v0.2.1
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.