mirror of
https://github.com/netbirdio/netbird.git
synced 2025-08-17 18:41:41 +02:00
* Separate shared code dependencies * Fix import * Test respective shared code * Update openapi ref * Fix test * Fix test path
8 lines
132 B
Go
8 lines
132 B
Go
package context
|
|
|
|
const (
|
|
RequestIDKey = "requestID"
|
|
AccountIDKey = "accountID"
|
|
UserIDKey = "userID"
|
|
PeerIDKey = "peerID"
|
|
) |