Searched defs:webArgs (Results 1 – 1 of 1) sorted by relevance
76 type webArgs struct { struct77 Title string78 Errors []string79 Total int6480 SampleTypes []string81 Legend []string82 Standalone bool // True for command-line generation of HTML83 Help map[string]string84 Nodes []string85 HTMLBody template.HTML[all …]