This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/encoding: pass schema to config
The idea here is as follows: When unifying a bag of CUE and non-CUE, CUE can function as a template for non-CUE. For instance, an `int` CUE field could allow JSON string to be interpreted as a number (as is the case for Protobuf). Note that for Protobuf this is imperative, as a proto buffers cannot be parsed without a schema. Issue #5 Change-Id: I9a70c2e8489e6f7f3c26ee90c2fdb1d65ab6e473 Reviewed-on: https://cue-review.googlesource.com/c/cue/+/9321 Reviewed-by: CUE cueckoo <cueckoo@gmail.com> Reviewed-by: Paul Jolly <paul@myitcv.org.uk>
- Loading branch information