mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 08:44:07 +01:00
765aba2c1c
propagate context from all the API calls and log request ID, account ID and peer ID --------- Co-authored-by: Zoltan Papp <zoltan.pmail@gmail.com>
9 lines
133 B
Go
9 lines
133 B
Go
package context
|
|
|
|
const (
|
|
RequestIDKey = "requestID"
|
|
AccountIDKey = "accountID"
|
|
UserIDKey = "userID"
|
|
PeerIDKey = "peerID"
|
|
)
|