Versions in this module Expand all Collapse all v1 v1.1.5 Aug 23, 2024 Changes in this version + type Connection interface + type Stream network.Stream + type StreamHandler func(Stream) + type StreamManger struct + func New(peer peer.Node, name string, path string) *StreamManger + func (s *StreamManger) Context() context.Context + func (s *StreamManger) Start(handler StreamHandler) + func (s *StreamManger) Stop()