add secure bool

This commit is contained in:
Jake Daynes
2026-03-13 01:43:08 -07:00
parent 1700227483
commit 6d52cf0259
+2
View File
@@ -24,6 +24,8 @@ type Stream struct {
Address netip.Addr `json:"address" validate:"required"` Address netip.Addr `json:"address" validate:"required"`
Port uint16 `json:"port" validate:"required"` Port uint16 `json:"port" validate:"required"`
Secure bool `json:"secure"`
CredentialsFound bool `json:"credentials_found"` CredentialsFound bool `json:"credentials_found"`
RouteFound bool `json:"route_found"` RouteFound bool `json:"route_found"`
Available bool `json:"available"` Available bool `json:"available"`