config

package
v0.0.0-...-46b8ec5 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2024 License: Apache-2.0, BSD-3-Clause Imports: 5 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FileServerConfig

type FileServerConfig struct {
	ServerAddress   string `json:"server_address,omitempty"`
	StaticDirectory string `json:"static_directory,omitempty"`

	HTTPSServerEnabled bool   `json:"https_server_enabled"`
	HTTPSListenAddr    string `json:"https_listen_addr"`
	CertFile           string `json:"cert_file"`
	KeyFile            string `json:"key_file"`

	LoggregatorConfig loggingclient.Config `json:"loggregator"`
	debugserver.DebugServerConfig
	lagerflags.LagerConfig
}

func NewFileServerConfig

func NewFileServerConfig(configPath string) (FileServerConfig, error)

Jump to

Keyboard shortcuts

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