Documentation ¶ Index ¶ type Server func NewServer(cfg *serverConfig.AdminConfig, database *gorm.DB) *Server func (s *Server) App() *fiber.App func (s *Server) Shutdown() error func (s *Server) Start() error func (s *Server) Store() *session.Store Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Server ¶ type Server struct { // contains filtered or unexported fields } func NewServer ¶ func NewServer(cfg *serverConfig.AdminConfig, database *gorm.DB) *Server func (*Server) App ¶ func (s *Server) App() *fiber.App func (*Server) Shutdown ¶ func (s *Server) Shutdown() error func (*Server) Start ¶ func (s *Server) Start() error func (*Server) Store ¶ func (s *Server) Store() *session.Store Source Files ¶ View all Source files server.go Directories ¶ Show internal Expand all Path Synopsis api auth config connection team user db middleware models scheduler services utils Click to show internal directories. Click to hide internal directories.