Encode encodes the token to a string.
()
| 10 | type SnapToken interface { |
| 11 | // Encode encodes the token to a string. |
| 12 | Encode() EncodedSnapToken |
| 13 | // Eg snapshot is equal to given snapshot |
| 14 | Eg(token SnapToken) bool |
| 15 | // Gt snapshot is greater than given snapshot |
no outgoing calls