first commit
This commit is contained in:
18
bus/messages.go
Normal file
18
bus/messages.go
Normal file
@ -0,0 +1,18 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
// SPDX-FileCopyrightText: 2023 mysubarumq
|
||||
// SPDX-FileContributor: alex-savin
|
||||
|
||||
package bus
|
||||
|
||||
type Message struct {
|
||||
Topic string
|
||||
QOS byte
|
||||
Retained bool
|
||||
Payload interface{}
|
||||
}
|
||||
|
||||
type ConnectionStatus struct {
|
||||
WorkerID string
|
||||
WorkerType string
|
||||
IsConnected bool
|
||||
}
|
Reference in New Issue
Block a user