serve

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2023 License: GPL-3.0 Imports: 48 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Root

func Root(opts Options) *cobra.Command

Returns the root serve command

Types

type Options

type Options interface {
	docker.Options
	infra.LocalArtifactOptions

	RunnersPollInterval() time.Duration
	RunnersDeploymentCount() int
	IsVerbose() bool
	ConnectionString() string
	Secret() []byte
	IsSecure() bool
	ListenAddress() string
	DefaultEmail() string
	DefaultPassword() string
	IsUsingGeneratedSecret() bool
	ConfigPath() string
	CurrentVersion() string
}

Configuration options needed by the server to handle request correctly.

Jump to

Keyboard shortcuts

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