Searched defs:TemplateParam (Results 1 – 1 of 1) sorted by relevance
366 type TemplateParam struct { struct367 Index int368 Template *Template371 func (tp *TemplateParam) print(ps *printState) {381 func (tp *TemplateParam) Traverse(fn func(AST) bool) {386 func (tp *TemplateParam) Copy(fn func(AST) AST, skip func(AST) bool) AST {393 func (tp *TemplateParam) GoString() string {397 func (tp *TemplateParam) goString(indent int, field string) string {