package
0.7.0-alpha
Repository: https://github.com/refraction-networking/water.git
Documentation: pkg.go.dev

# 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 the internal 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.