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

@@ -20,6 +20,9 @@ type Frontend struct {
// created at
CreatedAt int64 `json:"createdAt,omitempty"`
// id
ID int64 `json:"id,omitempty"`
// shr token
ShrToken string `json:"shrToken,omitempty"`