Decode parses the serialized session that may have been returned by Encode and returns a Session.
(string)
| 53 | // Decode parses the serialized session that may have been returned by Encode |
| 54 | // and returns a Session. |
| 55 | Decode(string) (Session, error) |
| 56 | } |
| 57 | |
| 58 | type indexType int |
no outgoing calls