frontend bind address data wiring (#834)

This commit is contained in:
Michael Quigley
2025-02-05 11:14:00 -05:00
parent e95e5c3fe8
commit e7f126bd45
22 changed files with 228 additions and 7 deletions

View File

@@ -17,6 +17,12 @@ import (
// swagger:model frontend
type Frontend struct {
// backend mode
BackendMode string `json:"backendMode,omitempty"`
// bind address
BindAddress string `json:"bindAddress,omitempty"`
// created at
CreatedAt int64 `json:"createdAt,omitempty"`