mirror of
https://github.com/wiretrustee/wiretrustee.git
synced 2021-06-30 00:55:41 +03: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"
|