# README
configbuilder
package
This directory contains a configbuilder
package used to assist in building water.Config
from serialized data such as JSON or Protobuf.
Import Rules
To prevent circular dependencies, the following import rules are enforced:
- Any module/package under this directory can ONLY import packages under this directory (e.g.,
configbuilder/pb
) or from theinternal
directory (e.g.internal/log
). - Any module/package from this repository other than
internal
can import any module/package from this directory.
# Packages
No description provided by the author
# Structs
ConfigJSON defines the JSON format of the Config.
# Type aliases
ConfigProtoBuf defines the Protobuf format of the Config.