mirror of
https://github.com/cubixle/tuu.git
synced 2026-04-24 23:04:43 +01:00
SAVEPOINT
This commit is contained in:
@@ -9,7 +9,7 @@ type Router interface {
|
|||||||
GET(path string, h Handler)
|
GET(path string, h Handler)
|
||||||
POST(path string, h Handler)
|
POST(path string, h Handler)
|
||||||
Static(path string, root http.FileSystem)
|
Static(path string, root http.FileSystem)
|
||||||
NotFound(path string. h Handler)
|
NotFound(path string, h Handler)
|
||||||
|
|
||||||
GetRoutes() []*Route
|
GetRoutes() []*Route
|
||||||
GetStaticRoutes() []*StaticRoute
|
GetStaticRoutes() []*StaticRoute
|
||||||
|
|||||||
Reference in New Issue
Block a user