mirror of
https://github.com/openziti/zrok.git
synced 2025-08-11 08:54:00 +02:00
more naming refactoring 'name' -> 'token' (#119)
This commit is contained in:
@ -17,11 +17,11 @@ import (
|
||||
// swagger:model unshareRequest
|
||||
type UnshareRequest struct {
|
||||
|
||||
// svc name
|
||||
SvcName string `json:"svcName,omitempty"`
|
||||
// env z Id
|
||||
EnvZID string `json:"envZId,omitempty"`
|
||||
|
||||
// z Id
|
||||
ZID string `json:"zId,omitempty"`
|
||||
// svc token
|
||||
SvcToken string `json:"svcToken,omitempty"`
|
||||
}
|
||||
|
||||
// Validate validates this unshare request
|
||||
|
Reference in New Issue
Block a user