request

package
v0.0.0-...-ac5d820 Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2023 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ID

type ID uint8

ID represents a type of request sent to the Monitor

const (
	Invalid ID = iota
	JobSubmit
	JobCancel
	JobClear
	QueueQueryStatus
	MonitorStop
	MonitorRestart // ???
)

These constants represent the kinds of requests the Monitor handles

func Parse

func Parse(s string) (ID, error)

Parse attempts to convert a string to an ID value.

Jump to

Keyboard shortcuts

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