mirror of
https://github.com/cubixle/tuu.git
synced 2026-04-30 15:38:47 +01:00
SAVEPOINT
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user