MCPcopy Create free account
hub / github.com/koding/kite / Path

TypeAlias Path

dnode/callback.go:74–74  ·  view source on GitHub ↗

Path represents a callback function's path in the arguments structure. Contains mixture of string and integer values.

Source from the content-addressed store, hash-verified

72// Path represents a callback function's path in the arguments structure.
73// Contains mixture of string and integer values.
74type Path []interface{}
75
76// parseCallbacks parses the message's "callbacks" field and prepares
77// callback functions in "arguments" field.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected