Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FindJudgerNaive ¶
type FindJudgerNaive struct{}
func (FindJudgerNaive) FindJudge ¶
func (FindJudgerNaive) FindJudge(judges []*models.Judge, sub *models.Submission) (*models.Judge, error)
type JudgeFinder ¶
type JudgesUpdater ¶
type JudgesUpdaterFromDB ¶
func (*JudgesUpdaterFromDB) UpdateJudges ¶
type Server ¶
type Server struct { Config DB *sql.DB JudgesUpdater JudgesUpdater JudgeFinder JudgeFinder // contains filtered or unexported fields }
func (*Server) ConnectToDB ¶
func (s *Server) ConnectToDB()
Click to show internal directories.
Click to hide internal directories.