const queryIncludeRequestDetails … func (cfgCtlr *configController) Install(c *mux.PathRecorderMux) { … } func (cfgCtlr *configController) dumpPriorityLevels(w http.ResponseWriter, r *http.Request) { … } func (cfgCtlr *configController) dumpQueues(w http.ResponseWriter, r *http.Request) { … } func (cfgCtlr *configController) dumpRequests(w http.ResponseWriter, r *http.Request) { … } func tabPrint(w io.Writer, row string) { … } func continueLine(w io.Writer) { … } func endLine(w io.Writer) { … } func rowForHeaders(headers []string) string { … } func rowForPriorityLevel(plName string, activeQueues int, isIdle, isQuiescing bool, waitingRequests, executingRequests int, dispatchedReqeusts, rejectedRequests, timedoutRequests, cancelledRequests int) string { … } func rowForRequestDetails(username, verb, path, namespace, name, apiVersion, resource, subResource string) string { … } func row(columns ...string) string { … }