working frontend allocation/deallocation; cleanups (#113)

This commit is contained in:
Michael Quigley
2022-11-28 13:55:53 -05:00
parent 5359754ba1
commit a3956509f3
8 changed files with 56 additions and 10 deletions

View File

@ -17,6 +17,9 @@ import (
// swagger:model unaccessRequest
type UnaccessRequest struct {
// frontend name
FrontendName string `json:"frontendName,omitempty"`
// svc name
SvcName string `json:"svcName,omitempty"`