Searched refs:tmplArgs (Results 1 – 1 of 1) sorted by relevance
112 thisPackage := reflect.TypeOf(tmplArgs{}).PkgPath()163 tmplArgs, err := newTmplArgs(op, apidef)167 return tmplOp.Execute(w, tmplArgs)385 type tmplArgs struct { struct401 func newTmplArgs(op *odpb.OpDef, apidef *adpb.ApiDef) (*tmplArgs, error) {402 ret := tmplArgs{Op: op, APIDef: apidef}467 func (a *tmplArgs) HasAttrs() bool { return len(a.RequiredAttrs)+len(a.OptionalAttrs) > 0 } argument468 func (a *tmplArgs) DescribeArguments() bool { argument482 func (a *tmplArgs) DescribeOutputs() bool { argument490 func (a *tmplArgs) HasListOutput() bool { argument