model

package
v0.0.0-...-b4f5d66 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InputPayload

type InputPayload struct {
	Tasks []*InputTask `json:"tasks"`
}

type InputTask

type InputTask struct {
	Name     string   `json:"name"`
	Command  string   `json:"command"`
	Requires []string `json:"requires,omitempty"`
}

type OutputPayload

type OutputPayload struct {
	Tasks []*OutputTask `json:"tasks"`
}

type OutputTask

type OutputTask struct {
	Name    string `json:"name"`
	Command string `json:"command"`
}

Jump to

Keyboard shortcuts

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