mirror of
https://github.com/openziti/zrok.git
synced 2025-08-09 08:05:04 +02:00
working frontend allocation/deallocation; cleanups (#113)
This commit is contained in:
@ -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"`
|
||||
|
||||
|
Reference in New Issue
Block a user