Documentation
¶
Index ¶
Constants ¶
View Source
const ( ValidationMonotonicIncreasing = "increasing" ValidationMonotonicDecreasing = "decreasing" )
Variables ¶
View Source
var ScriptCRONParser = cron.NewParser(cron.Second | cron.Minute | cron.Hour | cron.Dom | cron.Month | cron.DowOptional | cron.Descriptor)
Functions ¶
func ParameterEnvironmentVariable ¶
ParameterEnvironmentVariable returns the environment variable to specify for a parameter by it's name. It's hashed because spaces and special characters can be used in parameter names that may not be valid in env vars.
Types ¶
type Validation ¶
type Validation struct { Min int MinDisabled bool `mapstructure:"min_disabled"` Max int MaxDisabled bool `mapstructure:"max_disabled"` Monotonic string Regex string Error string }
func (*Validation) Valid ¶
func (v *Validation) Valid(typ, value string) error
type WorkspacePreset ¶ added in v2.1.3
type WorkspaceTags ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.