This commit is contained in:
7
internal/mesh/types.go
Normal file
7
internal/mesh/types.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package mesh
|
||||
|
||||
type NodeInfo struct {
|
||||
NodeID string `json:"node_id"`
|
||||
PublicURL string `json:"public_url"`
|
||||
MeshURL string `json:"mesh_url"`
|
||||
}
|
||||
Reference in New Issue
Block a user