types

package
v0.0.0-...-2a19cab Latest Latest
Warning

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

Go to latest
Published: May 5, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	True  = "true"
	False = "false"
)

Variables

View Source
var ErrInvalidUserKeySecret = fmt.Errorf("User key or secret is invalid")
View Source
var ErrJobStoppedByUser = fmt.Errorf("user stopped job")
View Source
var ErrServerShuttingDown = fmt.Errorf("server is shutting down")

Functions

This section is empty.

Types

type AuthArgsV1

type AuthArgsV1 struct {
	OrganizationID string
	Token          string
	DockerImage    string
}

AuthArgsV1 represents args for auth

type AuthArgsV2

type AuthArgsV2 struct {
	OrganizationID string
	Token          string
	DockerImage    string
	CloudAccountID string
	RunnerRegion   string
	GoArch         string
	GoOS           string
}

Jump to

Keyboard shortcuts

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