Categorygithub.com/ipld/go-ipld-selector-text-lite
modulepackage
0.0.1
Repository: https://github.com/ipld/go-ipld-selector-text-lite.git
Documentation: pkg.go.dev

# README

go-ipld-selector-text-lite

A rudimentary (pre-ipld-schema) implementation of IPLD selectors

GoDoc GoReport

This library contains basic utilities for creation of IPLD selector objects from a flat textual representation. For further info see https://github.com/ipld/specs/blob/master/selectors/selectors.md

Lead Maintainer

Peter Rabbitson

License

SPDX-License-Identifier: Apache-2.0 OR MIT

# Functions

SelectorSpecFromPath transforms a textual path specification in the form x/y/10/z into a go-ipld-prime selector-spec object.

# Constants

PathValidCharset is the regular expression fully matching a valid textselector.

# Type aliases

Expression is a string-type input to SelectorSpecFromPath.