netbird/relay/messages/doc.go
Zoltán Papp 5be33d668b Add doc
2024-07-29 21:53:07 +02:00

6 lines
250 B
Go

/*
Package messages provides the message types that are used to communicate between the relay and the client.
This package is used to determine the type of message that is being sent and received between the relay and the client.
*/
package messages