mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-09 02:31:47 +08:00
10 lines
218 B
Go
10 lines
218 B
Go
package kafka
|
|
|
|
const kafkaQueue = "kafka"
|
|
|
|
type MessagingQueue struct {
|
|
Start int64 `json:"start"`
|
|
End int64 `json:"end"`
|
|
Variables map[string]string `json:"variables,omitempty"`
|
|
}
|