@@ -5,6 +5,7 @@ import "net/http"
type Handler func(Context) error
type Router interface {
SetApp(app *App)
GET(path string, h Handler)
POST(path string, h Handler)
Static(path string, root http.FileSystem)
The note is not visible to the blocked user.