refactor and testing
This commit is contained in:
parent
91c9de6e34
commit
c038774f2c
16 changed files with 445 additions and 195 deletions
7
agent/tactical/mesh/structs.go
Normal file
7
agent/tactical/mesh/structs.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package mesh
|
||||
|
||||
type MeshNodeID struct {
|
||||
Func string `json:"func"`
|
||||
Agentid string `json:"agent_id"`
|
||||
NodeID string `json:"nodeid"`
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue