mirror of
https://github.com/netbirdio/management-refactor.git
synced 2026-05-22 17:12:59 -07:00
7 lines
94 B
Go
7 lines
94 B
Go
package hook
|
|
|
|
const (
|
|
EntryKeySource = "source"
|
|
EntryKeyGoroutineID = "goroutine_id"
|
|
)
|