serve

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: May 22, 2023 License: GPL-3.0 Imports: 45 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
	raw.Options
	git.Options
	archive.Options

	IsVerbose() bool
	ConnectionString() string
	Secret() []byte
	UseSSL() bool
	ListenAddress() string
	DefaultEmail() string
	DefaultPassword() string
	IsUsingGeneratedSecret() bool
	DataDir() string
	LogsDir() string
	ConfigPath() string
	CurrentVersion() string
	DeploymentDirTemplate() domain.DeploymentDirTemplate
}

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