@@ -0,0 +1,9 @@
package tuu
type Handler func(Context) error
type Router interface {
GET(path string, ctx Context)
POST(path string, ctx Context)
GetRoutes() []*Route
}
The note is not visible to the blocked user.