Discover Packages
github.com/pcelvng/task
bus
info
package
Version:
v0.8.0
Opens a new window with list of versions in this module.
Published: Mar 19, 2025
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Consumer struct {
Bus string `json:"bus,omitempty"`
Topic string `json:"topic,omitempty"`
Channel string `json:"channel,omitempty"`
Received int `json:"received"`
}
type Producer struct {
Bus string `json:"bus,omitempty"`
Sent map[string ]int `json:"sent,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.