package
0.0.0-20220412220916-5ea02083e3ec
Repository: https://github.com/riteshrch/go-edge-device-lib.git
Documentation: pkg.go.dev

# Functions

NewSelectorSpecBuilder creates a SelectorSpecBuilder which will store data in the format determined by the given datamodel.NodePrototype.

# Interfaces

ExploreFieldsSpecBuilder is an interface for assemble the map of fields to selectors in ExploreFields.
SelectorSpec is a specification for a selector that can build a selector datamodel.Node or an actual parsed Selector.
SelectorSpecBuilder is a utility interface to build selector ipld nodes quickly.

# Type aliases

ExploreFieldsSpecBuildingClosure is a function that provided to SelectorSpecBuilder's ExploreFields method that assembles the fields map in the selector using an ExploreFieldsSpecBuilder.