config

package
v0.0.0-...-a6f3347 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bosh

type Bosh struct {
	Environment  string `required:"true"`
	Client       string `required:"true"`
	ClientSecret string `required:"true" split_words:"true"`
	CaCert       string `required:"true" split_words:"true"`
}

type Config

type Config struct {
	Bosh    *Bosh
	Credhub *Credhub
}

func LoadConfig

func LoadConfig() (*Config, error)

type Credhub

type Credhub struct {
	Server string `required:"true"`
	Client string `required:"true"`
	Secret string `required:"true"`
	CaCert string `required:"true" split_words:"true"`
}

Jump to

Keyboard shortcuts

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