uibackend

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ListenAddress       = "LISTEN_ADDRESS"
	APIServerHost       = "APISERVER_HOST"
	APIServerDisableTLS = "APISERVER_DISABLE_TLS"
	APIServerPort       = "APISERVER_PORT"
	HealthCheckAddress  = "HEALTH_CHECK_ADDRESS"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	ListenAddress      string `json:"listen-address,omitempty"`
	APIServerHost      string `json:"apiserver-host,omitempty"`
	APIServerPort      int    `json:"apiserver-port,omitempty"`
	HealthCheckAddress string `json:"health-check-address,omitempty"`
}

func LoadConfig

func LoadConfig() (*Config, error)

Directories

Path Synopsis
api
client
Package client provides primitives to interact with the openapi HTTP API.
Package client provides primitives to interact with the openapi HTTP API.
models
Package models provides primitives to interact with the openapi HTTP API.
Package models provides primitives to interact with the openapi HTTP API.
server
Package server provides primitives to interact with the openapi HTTP API.
Package server provides primitives to interact with the openapi HTTP API.

Jump to

Keyboard shortcuts

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