RemoteSessionStore wraps a RemoteClient to implement the session.Store interface.
| 775 | |
| 776 | // RemoteSessionStore wraps a RemoteClient to implement the session.Store interface. |
| 777 | type RemoteSessionStore struct { |
| 778 | client RemoteClient |
| 779 | } |
| 780 | |
| 781 | // NewRemoteSessionStore creates a new RemoteSessionStore. |
| 782 | func NewRemoteSessionStore(client RemoteClient) *RemoteSessionStore { |
nothing calls this directly
no outgoing calls
no test coverage detected