Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Modifier ¶
type Modifier func(*Options)
Modifier defines options for Atmo
func ShouldRunHeadless ¶ added in v0.2.3
ShouldRunHeadless sets wether Atmo should operate in 'headless' mode
func ShouldWait ¶ added in v0.2.2
ShouldWait sets wether Atmo should wait for a bundle to become available on disk
func UseBundlePath ¶ added in v0.2.3
UseBundlePath sets the bundle path to be used
type Options ¶
type Options struct {
Logger *vlog.Logger `env:"-"`
BundlePath string `env:"ATMO_BUNDLE_PATH"`
RunSchedules *bool `env:"ATMO_RUN_SCHEDULES,default=true"`
Headless *bool `env:"ATMO_HEADLESS,default=false"`
Wait *bool `env:"ATMO_WAIT,default=false"`
ControlPlane string `env:"ATMO_CONTROL_PLANE"`
}
Options defines options for Atmo
func NewWithModifiers ¶
Click to show internal directories.
Click to hide internal directories.