provider
package v1.0.4
Go to latest Published: Oct 15, 2024 License:MPL-2.0
Opens a new window with list of versions in this module.
Latest LatestThis package is not in the latest version of its module.
Opens a new window with license information.
Imports:21 Opens a new window with list of imports.
Imported by:4 Opens a new window with list of known importers.
Details
Validgo.mod file
The Go module system was introduced in Go 1.11 and is the official dependency management solution for Go.
Redistributable license
Redistributable licenses place minimal restrictions on how software can be used, modified, and redistributed.
Tagged version
Modules with tagged versions give importers more predictable builds.
Stable version
When a project reaches major version v1 it is considered stable.
- Learn more about best practices
Repository
Links
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¶
funcExternalAuthAccessTokenEnvironmentVariable¶added inv0.12.2
funcGitAuthAccessTokenEnvironmentVariable¶added inv0.6.13
funcParameterEnvironmentVariable¶
ParameterEnvironmentVariable returns the environment variable to specify fora parameter by it's name. It's hashed because spaces and special characterscan be used in parameter names that may not be valid in env vars.
Types¶
typeValidation¶
type Validation struct {MinintMinDisabledbool `mapstructure:"min_disabled"`MaxintMaxDisabledbool `mapstructure:"max_disabled"`MonotonicstringRegexstringErrorstring}
func (*Validation)Valid¶
func (v *Validation) Valid(typ, valuestring)error
typeWorkspaceTags¶added inv0.22.0
Source Files¶
Click to show internal directories.
Click to hide internal directories.