struct Config::TOML
- Config::TOML
- Struct
- Value
- Object
Overview
Basic ugly 2-level toml parser for TiDB configuration
Included Modules
Defined in:
config/toml.crConstructors
Instance Method Summary
- #build : String
- #data : Hash(String, Hash(String, String))
- #get(path : Array)
- #set(path : Array, value)