Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadEnvVars ¶ added in v1.16.0
LoadEnvVars loads environment variables from a .env file and overrides existing ones This will override any existing environment variables with values from the .env file
func NewStringSet ¶ added in v1.1.1
func StartHTTPServer ¶
Types ¶
type CommonConfig ¶
type CommonConfig struct {
ComponentType string
ComponentName string
Operations map[string]struct{}
}
func (CommonConfig) CopyMap ¶
func (cc CommonConfig) CopyMap(config map[string]string) map[string]string
func (CommonConfig) HasOperation ¶
func (cc CommonConfig) HasOperation(operation string) bool
Click to show internal directories.
Click to hide internal directories.