Documentation
¶
Index ¶
- func AddFunctionMap(tmpl *template.Template, funMap map[string]any) *template.Template
- func ExecuteTemplate(data any, tmplPath string, file *os.File, tmpl *template.Template)
- func ImportTemplate(tmpl *template.Template, tmplPaths ...string) *template.Template
- func NewTemplate() *template.Template
- type DynamoDBResolverTemplateData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddFunctionMap ¶
func ExecuteTemplate ¶
func ImportTemplate ¶
func NewTemplate ¶
Types ¶
type DynamoDBResolverTemplateData ¶
type DynamoDBResolverTemplateData struct {
PK string
SK string
Attributes []string
TableName string
Connections []DynamoDBResolverTemplateData
}
Click to show internal directories.
Click to hide internal directories.