Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllExperiments = []Experiment{ Lipgloss, Placeholder, Sandboxes, Templates, }
AllExperiments is a list of all available experiments that can be enabled Please also add here 👇
View Source
var EnabledExperiments = []Experiment{}
EnabledExperiments is a list of experiments that are permanently enabled Please also add here 👇
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 ( // Lipgloss experiment shows pretty styles. Lipgloss Experiment = "lipgloss" // Placeholder experiment is a placeholder for testing and does nothing... or does it? Placeholder Experiment = "placeholder" // Sandboxes experiment lets users who have joined the Slack Developer Program use the CLI to manage their sandboxes. Sandboxes Experiment = "sandboxes" // Templates experiment brings more agent templates to the create command. Templates Experiment = "templates" )
Click to show internal directories.
Click to hide internal directories.