package utils import "github.com/gorilla/mux" type IModule interface { SetupModule(*mux.Router) }