zrok reserve; zrok release (#41)

This commit is contained in:
Michael Quigley
2022-11-30 13:45:57 -05:00
parent f9143c3a5b
commit 3f5c5003de
11 changed files with 199 additions and 129 deletions

View File

@ -40,6 +40,9 @@ type ShareRequest struct {
// frontend selection
FrontendSelection []string `json:"frontendSelection"`
// reserved
Reserved bool `json:"reserved,omitempty"`
// share mode
// Enum: [public private]
ShareMode string `json:"shareMode,omitempty"`