mirror of
https://github.com/netbirdio/netbird.git
synced 2025-08-18 02:50:43 +02:00
* Separate shared code dependencies * Fix import * Test respective shared code * Update openapi ref * Fix test * Fix test path
6 lines
250 B
Go
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
|