package
0.0.0-20240419222859-0ab474c4195c
Repository: https://github.com/rishi-mishra0704/code-collab-backend.git
Documentation: pkg.go.dev

# Functions

NewTCPTransport creates a new instance of TCPTransport.

# Structs

Peer represents a participant in the collaborative code editing network.
Room represents a collaborative editing room in the network.
TCPTransport implements the Transport interface using TCP.

# Interfaces

HandleRoom is an interface that defines the methods for handling collaborative editing rooms.
Transport represents the network transport layer responsible for facilitating communication between peers in the collaborative code editing network.