mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-16 15:26:40 +00:00
* Separate shared code dependencies * Fix import * Test respective shared code * Update openapi ref * Fix test * Fix test path
11 lines
223 B
Go
11 lines
223 B
Go
package context
|
|
|
|
import "github.com/netbirdio/netbird/shared/context"
|
|
|
|
const (
|
|
RequestIDKey = context.RequestIDKey
|
|
AccountIDKey = context.AccountIDKey
|
|
UserIDKey = context.UserIDKey
|
|
PeerIDKey = context.PeerIDKey
|
|
)
|