Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
Server server application
func NewServer ¶
func NewServer( config config.AppConfig, bookController controller.BookController, applicationController controller.ApplicationController, ) *Server
NewServer return instance of server
func (*Server) CRUDController ¶
func (s *Server) CRUDController(entity string, crud controller.CRUDController)
CRUDController CRUD Controller
Click to show internal directories.
Click to hide internal directories.