databricks-cli/libs/config
Pieter Noordhuis 5018059444
Library to convert config.Value to Go struct (#904)
## Changes

Now that we have a new YAML loader (see #828), we need code to turn this
into our Go structs.

## Tests

New unit tests pass.

Confirmed that we can replace our existing loader/converter with this
one and that existing unit tests for bundle loading still pass.
2023-10-24 11:12:36 +00:00
..
convert Library to convert config.Value to Go struct (#904) 2023-10-24 11:12:36 +00:00
yamlloader New YAML loader to support configuration location (#828) 2023-10-20 12:56:59 +00:00
kind.go Library to convert config.Value to Go struct (#904) 2023-10-24 11:12:36 +00:00
location.go New YAML loader to support configuration location (#828) 2023-10-20 12:56:59 +00:00
location_test.go New YAML loader to support configuration location (#828) 2023-10-20 12:56:59 +00:00
value.go Library to convert config.Value to Go struct (#904) 2023-10-24 11:12:36 +00:00
value_test.go New YAML loader to support configuration location (#828) 2023-10-20 12:56:59 +00:00