1
0
mirror of https://github.com/netbirdio/netbird.git synced 2025-03-02 17:01:20 +01:00
netbird/signal/proto/constants.go

6 lines
191 B
Go
Raw Normal View History

2021-05-01 12:45:37 +02:00
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"