Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NewLineRegex *regexp.Regexp = regexp.MustCompile("(\n)")
View Source
var PositionalPlaceholderRegex *regexp.Regexp = regexp.MustCompile("(\\%[0-9]+\\$[a-zA-Z])")
View Source
var PotentialPlaceholderRegex *regexp.Regexp = regexp.MustCompile("(\\%\\s)")
View Source
var SimplePlaceholderRegex *regexp.Regexp = regexp.MustCompile("(\\%[a-zA-Z])")
Functions ¶
Types ¶
type ResourceMissingError ¶
type ResourceMissingError struct {
// contains filtered or unexported fields
}
func (*ResourceMissingError) Error ¶
func (r *ResourceMissingError) Error() string
type ValidationError ¶
type ValidationError struct {
// contains filtered or unexported fields
}
func (*ValidationError) Error ¶
func (v *ValidationError) Error() string
Click to show internal directories.
Click to hide internal directories.