types

package
v0.0.0-...-5655933 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AssignTask

type AssignTask struct {
	Id     int64
	Clock  int64
	Action string
}

type ReportRequest

type ReportRequest struct {
	Ident       string
	ReportTasks []ReportTask
}

type ReportResponse

type ReportResponse struct {
	Message     string
	AssignTasks []AssignTask
}

type ReportTask

type ReportTask struct {
	Id     int64
	Clock  int64
	Status string
	Stdout string
	Stderr string
}

type TaskMetaResponse

type TaskMetaResponse struct {
	Message string
	Script  string
	Args    string
	Account string
	Stdin   string
}

Jump to

Keyboard shortcuts

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