mirror of
https://github.com/openziti/zrok.git
synced 2025-08-23 21:45:40 +02:00
frontend bind address data wiring (#834)
This commit is contained in:
@@ -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"`
|
||||
|
||||
|
Reference in New Issue
Block a user