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

Interface SelectorNode

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

Source from the content-addressed store, hash-verified

15}
16
17type SelectorNode interface {
18 toString() string
19 GetIdentifier() string
20 SetNext(SelectorNode)
21 GetNext() SelectorNode
22}
23
24type ItemSelector struct {
25 Identifier string

Callers 2

dotPathToPathASTFunction · 0.92
convertPathASTFunction · 0.92

Implementers 2

ItemSelectorbackend/plugin/parser/base/json_path.g
ArraySelectorbackend/plugin/parser/base/json_path.g

Calls

no outgoing calls

Tested by

no test coverage detected