Add QUIC fabric transport adapter

This commit is contained in:
2026-05-16 10:19:16 +03:00
parent ba3522d966
commit 130ff117f3
6 changed files with 377 additions and 0 deletions
@@ -2,6 +2,7 @@ package mesh
import (
"context"
"crypto/tls"
"net/http"
"time"
@@ -26,6 +27,7 @@ type FabricTransportTarget struct {
Endpoint string
Token string
Header http.Header
TLSConfig *tls.Config
Timeout time.Duration
MaxPayload int
OutboundBuffer int