logs-analyzer/signoz/pkg/query-service/common/ctx.go

6 lines
114 B
Go
Raw Normal View History

2024-09-02 22:47:30 +03:00
package common
type LogCommentContextKeyType string
const LogCommentKey LogCommentContextKeyType = "logComment"