Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContestConfig ¶
type ContestConfig struct {
// contains filtered or unexported fields
}
func NewContestConfig ¶
func NewContestConfig() (*ContestConfig, error)
func (*ContestConfig) ReadConfig ¶
func (cc *ContestConfig) ReadConfig() (*core.Config, error)
func (*ContestConfig) ReadContestSetting ¶
func (cc *ContestConfig) ReadContestSetting() (*Contest, error)
func (*ContestConfig) ReadTaskSetting ¶
func (cc *ContestConfig) ReadTaskSetting(displayID string) (*Task, error)
func (*ContestConfig) SetTaskID ¶
func (cc *ContestConfig) SetTaskID(displayID string) error
FIXME: configの中にfetchがあるのは違和感がある
Click to show internal directories.
Click to hide internal directories.