Key is a custom type for a byte string in proto messages which refer to Cockroach keys.
| 1135 | // Key is a custom type for a byte string in proto |
| 1136 | // messages which refer to Cockroach keys. |
| 1137 | type Key []byte |
| 1138 | |
| 1139 | // BytesNext returns the next possible byte slice, using the extra capacity |
| 1140 | // of the provided slice if possible, and if not, appending an \x00. |