common

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const ViperPackerDir = ViperPrefix + "packer.dir"
View Source
const ViperPrefix = "carbon."

Variables

This section is empty.

Functions

This section is empty.

Types

type CarbonConfig

type CarbonConfig struct {
	Providers map[string]ProviderConfig `yaml:"providers"`
}

type CarbonConfigFile

type CarbonConfigFile struct {
	Carbon CarbonConfig `yaml:"carbon"`
}

type ProfileConfig

type ProfileConfig struct {
	Enabled      bool            `yaml:"enabled"`
	Username     string          `yaml:"username"`
	Password     string          `yaml:"password"`
	URL          string          `yaml:"url"`
	Environments map[string]bool `yaml:"environments"`
}

type ProviderConfig

type ProviderConfig struct {
	Enabled  bool                     `yaml:"enabled"`
	Profiles map[string]ProfileConfig `yaml:"profiles"`
}

Jump to

Keyboard shortcuts

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