8 lines
158 B
Go
Raw Normal View History

2024-07-26 11:50:02 +05:30
package kafka
type MessagingQueue struct {
Start int64 `json:"start"`
End int64 `json:"end"`
Variables map[string]string `json:"variables,omitempty"`
}