Searched defs:webInterface (Results 1 – 1 of 1) sorted by relevance
39 type webInterface struct { struct40 prof *profile.Profile41 copier profileCopier42 options *plugin.Options43 help map[string]string44 settingsFile string263 func (ui *webInterface) makeReport(w http.ResponseWriter, req *http.Request,298 func (ui *webInterface) render(w http.ResponseWriter, req *http.Request, tmpl string,314 func (ui *webInterface) dot(w http.ResponseWriter, req *http.Request) {366 func (ui *webInterface) top(w http.ResponseWriter, req *http.Request) {[all …]