more naming refactoring 'name' -> 'token' (#119)

This commit is contained in:
Michael Quigley
2022-11-30 12:46:19 -05:00
parent 483babe813
commit f9143c3a5b
28 changed files with 152 additions and 152 deletions

View File

@ -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