Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Body ¶
func (*Body) DefRangesFromPartialContentAttributes ¶
func (*Body) DefRangesFromPartialContentBlocks ¶
func (b *Body) DefRangesFromPartialContentBlocks(schema *hcl.BodySchema) []hcl.Range
type Expression ¶
type Expression struct {
Expr hcl.Expression
EvalContext *hcl.EvalContext
}
func (Expression) AsBool ¶
func (e Expression) AsBool() bool
func (Expression) AsFloat64 ¶ added in v0.4.2
func (e Expression) AsFloat64() float64
func (Expression) AsInt64 ¶ added in v0.4.2
func (e Expression) AsInt64() int64
func (Expression) AsString ¶ added in v0.4.2
func (e Expression) AsString() string
func (Expression) Ok ¶
func (e Expression) Ok() bool
func (Expression) Type ¶
func (e Expression) Type() cty.Type
Click to show internal directories.
Click to hide internal directories.