cfg

package
v3.20.8 Latest Latest
Warning

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

Go to latest
Published: May 2, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	GOOSEDRIVER       = envOr("GOOSE_DRIVER", "")
	GOOSEDBSTRING     = envOr("GOOSE_DBSTRING", "")
	GOOSEMIGRATIONDIR = envOr("GOOSE_MIGRATION_DIR", DefaultMigrationDir)
	// https://no-color.org/
	GOOSENOCOLOR = envOr("NO_COLOR", "false")
)
View Source
var (
	DefaultMigrationDir = "."
)

Functions

This section is empty.

Types

type EnvVar

type EnvVar struct {
	Name  string
	Value string
}

An EnvVar is an environment variable Name=Value.

func List

func List() []EnvVar

Jump to

Keyboard shortcuts

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