Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PeerStopErr ¶
type PeerStopErr struct {
PeerId string
}
func (*PeerStopErr) Error ¶
func (e *PeerStopErr) Error() string
type SessionManager ¶
type SessionManager struct {
// contains filtered or unexported fields
}
func NewSessionManager ¶
func NewSessionManager() *SessionManager
func (*SessionManager) Register ¶
func (s *SessionManager) Register(session Session)
func (*SessionManager) Unregister ¶
func (s *SessionManager) Unregister(session Session)
Click to show internal directories.
Click to hide internal directories.