set ingress gateway endpoint

This commit is contained in:
afeiszli
2021-05-25 18:05:14 -04:00
parent 3996d48380
commit 85af4dd85f
3 changed files with 9 additions and 3 deletions

View File

@@ -41,5 +41,5 @@ type ExtClient struct {
Address string `json:"address" bson:"address"`
LastModified int64 `json:"lastmodified" bson:"lastmodified"`
IngressGatewayID string `json:"ingressgatewayid" bson:"ingressgatewayid"`
IngressGatewayEnpoint string `json:"ingressgatewayendpoint" bson:"ingressgatewayendpoint"`
IngressGatewayEndpoint string `json:"ingressgatewayendpoint" bson:"ingressgatewayendpoint"`
}