mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-18 07:56:56 +00:00
6 lines
114 B
Go
6 lines
114 B
Go
|
|
package common
|
||
|
|
|
||
|
|
type LogCommentContextKeyType string
|
||
|
|
|
||
|
|
const LogCommentKey LogCommentContextKeyType = "logComment"
|