package
Version:
v0.0.5-beta
Opens a new window with list of versions in this module.
Published: Apr 5, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Producer struct {
Topic string `json:"topic"`
Subscriber string `json:"subscriber"`
ConsumerId string `json:"consumer_id"`
TotalMessage int `json:"total_message"`
}
type Subscriber struct {
SubscriberName string `json:"subscriber_name"`
TotalMessage int `json:"total_message"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.