converge/pkg/comms/doc.go
2024-09-08 11:16:49 +02:00

6 lines
328 B
Go

// Communication between server on the one hand and client (wsproxy), and agent on the other.
// This is based on GOB and requires sends and receives to match. Keeping the code for sending
// and receiving together makes it easier to maintain since this code is tightly couopled and
// in this way not spread out.
package comms