SAVEPOINT

This commit is contained in:
luke.rodham
2017-11-13 15:12:13 +00:00
parent 866e0da047
commit 2f157585d6
3 changed files with 22 additions and 2 deletions
+2
View File
@@ -1,6 +1,7 @@
package tuu
import (
"github.com/gorilla/mux"
"net/http"
gcontext "github.com/gorilla/context"
@@ -10,6 +11,7 @@ type Route struct {
Method string
Path string
Handler Handler
MuxHandler mux.Route
}
func (r *Route) ServeHTTP(res http.ResponseWriter, req *http.Request) {