incorporate '--json-output' flag to the 'zrok reserve' command (#422)

This commit is contained in:
Michael Quigley
2023-10-25 11:44:21 -04:00
parent aba9f68348
commit 870c1a083b
3 changed files with 21 additions and 18 deletions

View File

@ -31,8 +31,8 @@ type ShareRequest struct {
}
type Share struct {
Token string
FrontendEndpoints []string
Token string `json:"token"`
FrontendEndpoints []string `json:"frontend_endpoints"`
}
type AccessRequest struct {