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

@ -20,6 +20,9 @@ type UnshareRequest struct {
// env z Id
EnvZID string `json:"envZId,omitempty"`
// reserved
Reserved bool `json:"reserved,omitempty"`
// svc token
SvcToken string `json:"svcToken,omitempty"`
}