basic service reservation support (#41)

This commit is contained in:
Michael Quigley
2022-11-29 16:41:18 -05:00
parent 37be8fc4e0
commit 158cc42c07
10 changed files with 64 additions and 41 deletions

View File

@ -20,8 +20,8 @@ type ShareResponse struct {
// frontend proxy endpoint
FrontendProxyEndpoint string `json:"frontendProxyEndpoint,omitempty"`
// svc name
SvcName string `json:"svcName,omitempty"`
// svc token
SvcToken string `json:"svcToken,omitempty"`
}
// Validate validates this share response