plugin

package
v1.4.4 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2026 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Auth

type Auth interface {
	GetUser(r *http.Request) (string, error)
}

type Handler

type Handler interface {
	Execute(context.Context, *Runtime, *job.Job, *cluster.Cluster) error
	Cleanup(ctx context.Context, jobID string, c *cluster.Cluster) error
}

type Runtime

type Runtime struct {
	WorkingDirectory string
	ArchiveDirectory string
	ResultDirectory  string
	Version          string
	UserAgent        string
	Stdout           *os.File
	Stderr           *os.File
}

func (*Runtime) Close

func (r *Runtime) Close()

func (*Runtime) Set

func (r *Runtime) Set() (err error)

Jump to

Keyboard shortcuts

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