Sfoglia il codice sorgente

models/extclient: Add Address6 to ExtClient

Signed-off-by: John Sahhar <[email protected]>
John Sahhar 3 anni fa
parent
commit
644567f48a
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      models/extclient.go

+ 1 - 0
models/extclient.go

@@ -8,6 +8,7 @@ type ExtClient struct {
 	PublicKey              string `json:"publickey" bson:"publickey"`
 	PublicKey              string `json:"publickey" bson:"publickey"`
 	Network                string `json:"network" bson:"network"`
 	Network                string `json:"network" bson:"network"`
 	Address                string `json:"address" bson:"address"`
 	Address                string `json:"address" bson:"address"`
+	Address6               string `json:"address6" bson:"address6"`
 	IngressGatewayID       string `json:"ingressgatewayid" bson:"ingressgatewayid"`
 	IngressGatewayID       string `json:"ingressgatewayid" bson:"ingressgatewayid"`
 	IngressGatewayEndpoint string `json:"ingressgatewayendpoint" bson:"ingressgatewayendpoint"`
 	IngressGatewayEndpoint string `json:"ingressgatewayendpoint" bson:"ingressgatewayendpoint"`
 	LastModified           int64  `json:"lastmodified" bson:"lastmodified"`
 	LastModified           int64  `json:"lastmodified" bson:"lastmodified"`