type Environment

type Environment string

Environment specifies which environment the app is running in.

type State

type State string

State specifies which stage the app is in.

Constants

const Dev

const Dev Environment = "development"

Dev specifies the app is running in the development environment.

const Test

const Test Environment = "test"

Test specifies the app is running in the test environment.