2025-04-21 09:31:22 +00:00

7 lines
94 B
Go

package hook
const (
EntryKeySource = "source"
EntryKeyGoroutineID = "goroutine_id"
)