mirror of
https://github.com/openfaas/faas.git
synced 2025-06-22 23:03:24 +00:00
Remove un-used RoutelessProxy
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
@ -4,12 +4,14 @@ import "net/http"
|
||||
|
||||
// HandlerSet can be initialized with handlers for binding to mux
|
||||
type HandlerSet struct {
|
||||
Proxy http.HandlerFunc
|
||||
// Proxy invokes functions upstream
|
||||
Proxy http.HandlerFunc
|
||||
|
||||
DeployFunction http.HandlerFunc
|
||||
DeleteFunction http.HandlerFunc
|
||||
ListFunctions http.HandlerFunc
|
||||
Alert http.HandlerFunc
|
||||
RoutelessProxy http.HandlerFunc
|
||||
|
||||
UpdateFunction http.HandlerFunc
|
||||
|
||||
// QueryFunction - queries the metdata for a function
|
||||
|
Reference in New Issue
Block a user