RegisterSession starts tracking a session. Caller is responsible for starting the session
(ctx context.Context, sessionID uuid.UUID, dstConn io.ReadWriteCloser)
| 36 | Serve(ctx context.Context) error |
| 37 | // RegisterSession starts tracking a session. Caller is responsible for starting the session |
| 38 | RegisterSession(ctx context.Context, sessionID uuid.UUID, dstConn io.ReadWriteCloser) (*Session, error) |
| 39 | // UnregisterSession stops tracking the session and terminates it |
| 40 | UnregisterSession(ctx context.Context, sessionID uuid.UUID, message string, byRemote bool) error |
| 41 | // UpdateLogger updates the logger used by the Manager |
no outgoing calls