cgi

package
v0.0.0-...-34fdc8c Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2024 License: BSD-2-Clause-Patent Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

New returns the task execution driver.

Types

type Config

type Config struct {
	Artifact *task.Artifact    `json:"artifact"`
	Method   string            `json:"method"`
	Endpoint string            `json:"endpoint"`
	Headers  map[string]string `json:"headers"`
	Path     string            `json:"path"`
	Args     []string          `json:"args"`
	Envs     []string          `json:"envs"`
	Dir      string            `json:"dir"`
}

Config provides the driver config.

Jump to

Keyboard shortcuts

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