cmd

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 11, 2024 License: MIT Imports: 26 Imported by: 0

Documentation

Overview

Copyright © 2024 NAME HERE <EMAIL ADDRESS>

Copyright © 2023 Takashi Yonezawa <ynzwtks@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copyright © 2023 NAME HERE <ynzwtks@gmail.com>

Index

Constants

View Source
const ContestToml = "contest.toml"
View Source
const HistoryCsv = "history.csv"
View Source
const (
	INF = 1 << 60
)
View Source
const InputCsv = "input.csv"
View Source
const MaxHistoryRefSize = 100
View Source
const ResultCsv = "result.csv"
View Source
const RunCsv = "run.csv"
View Source
const Version = "version 0.0"

Variables

This section is empty.

Functions

func Execute

func Execute()

Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.

Types

type Cloud

type Cloud struct {
	Enable           bool
	SetName          string
	BuildCmd         string
	TargetProgramX64 string
	ImageURL         string
	ServiceAccount   string
	BucketName       string
	JobName          string
	JobCounts        int
	JobRegions       []string
	JobBase          []int
	JobTasks         []int
	JobStep          []int
}

type Config

type Config struct {
	ContestName   string
	TargetProgram string
	JudgeProgram  string
	BaseDir       string
	BuildCmd      string
	InputFields   string
	IsOnline      bool
	Workers       int
}

type FileReader

type FileReader struct {
	// contains filtered or unexported fields
}

func NewFileReader

func NewFileReader(fileName string) *FileReader

type Logs

type Logs struct {
	// contains filtered or unexported fields
}

type Options

type Options struct {
	// contains filtered or unexported fields
}

type RuntimeInfo

type RuntimeInfo struct {
	// contains filtered or unexported fields
}

type Standings

type Standings struct {
	Enable        bool
	IndexHtmlURL  string
	VisualizerURL string
	RelEval       int
}

type TestSet

type TestSet struct {
	SetName      string
	TestDataPath string
	TestDataNum  int
	Group        [][]string
	TargetTestID int
	Header       []string
	HeaderData   [][]string
	ExFields     string
	Seed         int
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL