Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LogInternalError ¶
Types ¶
type Line ¶
func ReadLinesForRange ¶
type ResourceValidationInfo ¶
type ResourceValidationInfo struct { SourceRanges map[string]hcl.Range BlockDefRange hcl.Range ResourceId string }
func (*ResourceValidationInfo) NewError ¶
func (info *ResourceValidationInfo) NewError(errorMessage string, fieldName string) ValidationError
type ValidationError ¶
type ValidationError struct { SourceRange hcl.Range ErrorMessage string ResourceId string FieldName string }
func (ValidationError) Print ¶
func (e ValidationError) Print()
Click to show internal directories.
Click to hide internal directories.