Key returns the key of the current key/value pair. Only valid after a call to Next returns true.
()
| 119 | // Key returns the key of the current key/value pair. |
| 120 | // Only valid after a call to Next returns true. |
| 121 | Key() string |
| 122 | |
| 123 | // KeyBytes returns the key as bytes. The returned bytes |
| 124 | // should not be written and are invalid after the next call |
no outgoing calls