init
Some checks failed
release-tag / release-image (push) Failing after 1m28s

This commit is contained in:
2025-09-24 10:32:22 +02:00
parent b851b57e28
commit dc3abf661f
17 changed files with 1008 additions and 0 deletions

7
internal/mesh/types.go Normal file
View 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"`
}