package tcpprox import "net/http" /* Handler.go Handlers for the tcprox. Remove this file if your application do not need any http handler. */ func HandleListProxyConfigs(w http.ResponseWriter, r *http.Request) { }