cli

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Mar 8, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CLI

type CLI struct {
	basecli.BaseCLI `embed:""`
	Project1        Project1Cmd `cmd:""   help:"Execute project1 grading client"`
}

CLI defines the command-line interface structure for the gradebot application.

type Project1Cmd

type Project1Cmd struct {
	basecli.CommonArgs
}

Project1Cmd defines the command structure for running Project 1 grading.

func (*Project1Cmd) Run

func (cmd *Project1Cmd) Run(ctx basecli.Context, svc *basecli.Service) error

Run executes the Project 1 grading client. The buildID is injected by Kong from the bound value.

Jump to

Keyboard shortcuts

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