Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { Router *chi.Mux // contains filtered or unexported fields }
Server represents a chi router and HTTP server
func CreateNewServer ¶
func CreateNewServer(port string, controllers *controller.HTTPController) *Server
CreateNewServer should return a server struct
func SetupApplication ¶
func SetupApplication() *Server
Click to show internal directories.
Click to hide internal directories.