converge/pkg/comms/doc.go
2024-08-17 10:41:22 +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