Documentation
¶
Index ¶
- type Context
- func (c *Context) Get(parts ...string) cty.Value
- func (c *Context) GetByDot(path string) cty.Value
- func (c *Context) Inner() *hcl.EvalContext
- func (c *Context) NewChild() *Context
- func (c *Context) Parent() *Context
- func (c *Context) Root() *Context
- func (c *Context) Set(val cty.Value, parts ...string)
- func (c *Context) SetByDot(val cty.Value, path string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct {
// contains filtered or unexported fields
}
func NewContext ¶
func NewContext(ctx *hcl.EvalContext, parent *Context) *Context
func (*Context) Inner ¶
func (c *Context) Inner() *hcl.EvalContext
Click to show internal directories.
Click to hide internal directories.