Documentation
¶
Overview ¶
Package common provides common operation helpers to the generators
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TemplateFuncs = template.FuncMap{ "Pointerize": stringext.Pointerize, "ToLower": strings.ToLower, "ToUpper": strings.ToUpper, "Join": strings.Join, "ToLowerFirst": stringext.ToLowerFirst, "ToUpperFirst": stringext.ToUpperFirst, "AsComment": stringext.AsComment, "DepunctWithInitialUpper": stringext.DepunctWithInitialUpper, "DepunctWithInitialLower": stringext.DepunctWithInitialLower, "Equal": stringext.Equal, "ToFieldName": stringext.ToFieldName, "Argumentize": schema.Argumentize, "SortedObjectSchemas": SortedObjectSchemas, "SortedSchema": schema.SortedSchema, }
TemplateFuncs provides utility functions for template operations
Functions ¶
func TestEquals ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.