databricks-cli/libs/config/convert
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
..
error.go Library to convert config.Value to Go struct (#904) 2023-10-24 11:12:36 +00:00
struct_info.go Library to convert config.Value to Go struct (#904) 2023-10-24 11:12:36 +00:00
struct_info_test.go Library to convert config.Value to Go struct (#904) 2023-10-24 11:12:36 +00:00
to_typed.go Library to convert config.Value to Go struct (#904) 2023-10-24 11:12:36 +00:00
to_typed_test.go Library to convert config.Value to Go struct (#904) 2023-10-24 11:12:36 +00:00