package
Version:
v0.0.0-...-c108e79
Opens a new window with list of versions in this module.
Published: Sep 7, 2019
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func CreateNewConfFile() error
type Cache struct {
Contest string `json:"contest" mapstructure:"contest"`
Cookies map[string]string `json:"cookies" mapstructure:"cookies"`
Samples contest.Samples `json:"samples" mapstructure:"samples"`
Task string `json:"task" mapstructure:"task"`
}
type ConfFile struct {
Cache *Cache `json:"cache" mapstructure:"cache"`
Conf *Config `json:"config" mapstructure:"config"`
}
type Config struct {
Command string `json:"cmd" mapstructure:"cmd"`
LangID string `json:"lang_id" mapstructure:"lang_id"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.