These will grow to have significant logic of their own, so hiding them at the end of the Body file makes things harder to read.
13 lines
171 B
Go
13 lines
171 B
Go
package hclwrite
|
|
|
|
type Block struct {
|
|
inTree
|
|
|
|
leadComments *node
|
|
typeName *node
|
|
labels nodeSet
|
|
open *node
|
|
body *node
|
|
close *node
|
|
}
|