Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Server ¶
type Server struct { Router *mux.Router Repo repository.Repository DB *gorm.DB Cfg *config.Config }
func NewServer ¶
func NewServer(Config *config.Config, DB *gorm.DB, repo repository.Repository) *Server
Click to show internal directories.
Click to hide internal directories.