hcl/zcl
Martin Atkins 1ecde9204c Interface for treating several files as one file
Some applications treat an entire directory as a configuration, merging
the configurations from all of the files in a directory and treating them
as one.

MergeFiles supports this idea by wrapping the bodies of the several files.
It's not yet implemented here, but once implemented it will act as an
aggregator of the content of the wrapped bodies, delegating to them for
actual body content and then merging the returned body content in a
well-defined way.
2017-05-18 08:10:21 -07:00
..
json Retain the bytes used to construct a file 2017-05-18 08:07:52 -07:00
diagnostic.go Helper for determining if a Diagnostics contains errors 2017-05-16 07:58:34 -07:00
doc.go Initial stubs of the public API 2017-05-13 17:44:11 -07:00
merged.go Interface for treating several files as one file 2017-05-18 08:10:21 -07:00
pos.go Utilities for constructing diagnostics 2017-05-15 08:33:22 -07:00
schema.go Initial stubs of the public API 2017-05-13 17:44:11 -07:00
structure.go Retain the bytes used to construct a file 2017-05-18 08:07:52 -07:00