File size: 157 Bytes
8d3471e
 
 
 
 
 
 
1
2
3
4
5
6
7
8
package accounts

import "net/http"

func (h *Handler) queueStatus(w http.ResponseWriter, _ *http.Request) {
	writeJSON(w, http.StatusOK, h.Pool.Status())
}