mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 08:44:07 +01:00
6 lines
191 B
Go
6 lines
191 B
Go
package proto
|
|
|
|
// protocol constants, field names that can be used by both client and server
|
|
const HeaderId = "x-wiretrustee-peer-id"
|
|
const HeaderRegistered = "x-wiretrustee-peer-registered"
|