Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllExperiments = []Experiment{ BoltFrameworks, BoltInstall, Placeholder, }
Please also add here 👇 AllExperiment is a list of all available experiments that can be enabled
View Source
var EnabledExperiments = []Experiment{ BoltFrameworks, BoltInstall, }
Please also add here 👇 EnabledExperiments is a list of experiments that are permanently enabled
Functions ¶
func Includes ¶
func Includes(expToCheck Experiment) bool
Includes checks that a supplied experiment is included within AllExperiments
Types ¶
type Experiment ¶
type Experiment string
const ( // BoltFrameworks experiment adds CLI support for Bolt JavaScript & Bolt Python. // These frameworks will be introducing remote function support. BoltFrameworks Experiment = "bolt" // BoltInstall experiment enables developerInstall to work with Bolt projects that // manage their app manifest on app settings (remote manifest). BoltInstall Experiment = "bolt-install" // Placeholder experiment is a placeholder for testing and does nothing... or does it? Placeholder Experiment = "placeholder" )
Click to show internal directories.
Click to hide internal directories.