Versions in this module Expand all Collapse all v0 v0.1.0 May 20, 2026 Changes in this version + func GenerateStreamID(prefix string) (string, error) — linux/amd64 + type Service struct — linux/amd64 + func NewService(streams stream.Manager) *Service + func (s *Service) Accept(ctx context.Context, srv socketforward.TTRPCSocketForward_AcceptServer) error + func (s *Service) Bind(ctx context.Context, req *socketforward.BindRequest) (*emptypb.Empty, error) + func (s *Service) RegisterTTRPC(server *ttrpc.Server) error + func (s *Service) Shutdown(_ context.Context) error