Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Err ¶ added in v0.3.0
type Err struct {
// contains filtered or unexported fields
}
func NewErr ¶ added in v0.3.0
func NewErr(diag *hclv2.Diagnostic) *Err
type ParseErr ¶ added in v0.3.0
type ParseErr struct {
Errs []*Err
}
func NewParseErr ¶ added in v0.3.0
type Service ¶
type Service struct{}
Service is an ad-hoc abstraction used to cover-up HashiCorp's bad abstraction that is not dependency injectable.
func NewHclService ¶
func NewHclService() *Service
Click to show internal directories.
Click to hide internal directories.