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