Documentation ¶ Index ¶ Constants type Server func New() *Server func (s *Server) RegisterRouter() func (s *Server) Run() func (s *Server) SetConfig(config cfg.Config) Constants ¶ View Source const ( Version string = "0.0.1" ) Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Server ¶ type Server struct { // contains filtered or unexported fields } func New ¶ func New() *Server func (*Server) RegisterRouter ¶ func (s *Server) RegisterRouter() func (*Server) Run ¶ func (s *Server) Run() func (*Server) SetConfig ¶ func (s *Server) SetConfig(config cfg.Config) Source Files ¶ View all Source files server.go Directories ¶ Show internal Expand all Path Synopsis controllers admin captcha config contest flag hint notification problem resource session statistic submission team time user instance middlewares Click to show internal directories. Click to hide internal directories.