(template *exql.Template)
| 15 | } |
| 16 | |
| 17 | func newTemplateWithUtils(template *exql.Template) *templateWithUtils { |
| 18 | return &templateWithUtils{template} |
| 19 | } |
| 20 | |
| 21 | func (tu *templateWithUtils) PlaceholderValue(in interface{}) (exql.Fragment, []interface{}) { |
| 22 | switch t := in.(type) { |
no outgoing calls