MCPcopy Index your code
hub / github.com/bytebase/bytebase / ItemSelector

Struct ItemSelector

backend/plugin/parser/base/json_path.go:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24type ItemSelector struct {
25 Identifier string
26 Next SelectorNode
27}
28
29type ArraySelector struct {
30 Identifier string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected