mirror of
https://github.com/netbirdio/netbird.git
synced 2024-12-24 15:48:52 +01:00
add comment for exported const
This commit is contained in:
parent
b4bb5c6bb8
commit
c4d9b76634
@ -12,6 +12,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
// PATPrefix is the globally used, 4 char prefix for personal access tokens
|
||||||
PATPrefix = "nbp_"
|
PATPrefix = "nbp_"
|
||||||
secretLength = 30
|
secretLength = 30
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user