Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type QueryTemplate ¶
type QueryTemplate struct { Vars []string TemplateData interface{} ColumnNames []string CoerceArgFuncs map[string]func(map[string]interface{}, *descriptor.Field) (interface{}, bool, error) QueryFormatFuncs map[string]func() string }
func (*QueryTemplate) Interpolate ¶
Click to show internal directories.
Click to hide internal directories.