EachKey resolves the compiled path using EachKey. SYS-REQ-114
(data []byte, cb func(int, []byte, ValueType, error))
| 213 | // EachKey resolves the compiled path using EachKey. |
| 214 | // SYS-REQ-114 |
| 215 | func (c CompiledPath) EachKey(data []byte, cb func(int, []byte, ValueType, error)) error { |
| 216 | EachKey(data, cb, c.parts) |
| 217 | return nil |
| 218 | } |
| 219 | |
| 220 | // Parts returns a copy of the compiled path components. |
| 221 | // SYS-REQ-114 |