• hannahhoward's avatar
    feat(selectors): create a builder · e4e37206
    hannahhoward authored
    Adds a builder class to quickly assemble selectors nodes, using a DSL that enforces the underlying
    schema. This allows quick assembly of selector nodes. This will likely be removed once IPLD Schema
    code gen is finished, but for the time being, it provides a quick way to ensure mostly typesafe
    selector nodes.
    e4e37206
selectorSpecBuilder.go 5.96 KB