We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a15ebe5 commit eaa7ee8Copy full SHA for eaa7ee8
1 file changed
backend/internal/adj/models.go
@@ -6,11 +6,11 @@ type ADJ struct {
6
}
7
8
type Info struct {
9
- Addresses map[string]string
10
- Units map[string]string
11
- Ports map[string]string
+ Ports map[string]string `json:"ports"`
+ Addresses map[string]string `json:"addresses"`
+ Units map[string]string `json:"units"`
12
+ MessageIds map[string]string `json:"message_ids"`
13
BoardIds map[string]string
- MessageIds map[string]string
14
15
16
type Board struct {
0 commit comments