mirror of
https://github.com/openziti/zrok.git
synced 2025-08-15 18:42:32 +02:00
incorporate '--json-output' flag to the 'zrok reserve' command (#422)
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user