frontends and data plane connections to owned shares (#323)

This commit is contained in:
Michael Quigley
2023-05-17 13:21:01 -04:00
parent 4119ab4e2b
commit 05b53df6ba
7 changed files with 83 additions and 12 deletions

View File

@@ -1144,6 +1144,9 @@ func init() {
"createdAt": {
"type": "integer"
},
"id": {
"type": "integer"
},
"shrToken": {
"type": "string"
},
@@ -2655,6 +2658,9 @@ func init() {
"createdAt": {
"type": "integer"
},
"id": {
"type": "integer"
},
"shrToken": {
"type": "string"
},