Documentation ¶
Index ¶
Constants ¶
View Source
const ( // A global version. Bump if we start producing fundamentally incompatible // inputs. InputVersion = 0 )
Variables ¶
This section is empty.
Functions ¶
func CreateArchiveFromGit ¶
func CreateArchiveFromGit( problemName string, archivePath string, repositoryPath string, inputHash string, loader *SettingsLoader, ) (*common.ProblemSettings, int64, error)
func NewGraderInputFactory ¶
func NewGraderInputFactory( problemName string, config *common.Config, loader *SettingsLoader, ) common.InputFactory
Types ¶
type SettingsLoader ¶
type SettingsLoader struct { Settings *common.ProblemSettings GitTree string }
Click to show internal directories.
Click to hide internal directories.