package
Version:
v0.0.0-...-15f75d5
Opens a new window with list of versions in this module.
Published: Apr 9, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
ClientID string `koanf:"client_id"`
URL string `koanf:"url"`
}
func (e Emq) Publish(topic string, data interface{})
type Event struct {
Type EventType `json:"type,omitempty"`
Payload interface{} `json:"payload,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.