package server import "github.com/go-chi/chi/v5" type Controller interface { Router(r chi.Router) }