agent

package
v0.0.8 Latest Latest
Warning

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

Go to latest
Published: Sep 24, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var InitCmd = &cobra.Command{
	Use:   "init",
	Short: "Prepares local directory as agent for submission",
	Long:  `This creates all files needed to submit an agent.`,
	Run: func(cmd *cobra.Command, args []string) {
		fmt.Println("init called")
	},
}
View Source
var SubmitCmd = &cobra.Command{
	Use:   "submit",
	Short: "Submits an agent for evaluation",
	Long:  `This takes a local agent, builds a container for it and submits it for evaluation.`,
	Run: func(cmd *cobra.Command, args []string) {
		fmt.Println("submit called")
	},
}

submitCmd represents the submit command

Functions

func NewCommand

func NewCommand(logger *log.Logger) *cobra.Command

Types

This section is empty.

Jump to

Keyboard shortcuts

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