Files
netbird/management/server/context/keys.go
Theodor S. Midtlien 0a61d7b20e Revert "Merge main"
This reverts commit 89f95b15482030ed9d3aee8d3caab68c65f43055.
2026-06-08 14:50:26 +02:00

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
)