mirror of
https://github.com/openziti/zrok.git
synced 2025-08-15 18:42:32 +02:00
description for access request (frontend) (#834)
This commit is contained in:
@ -20,6 +20,9 @@ type Frontend struct {
|
||||
// created at
|
||||
CreatedAt int64 `json:"createdAt,omitempty"`
|
||||
|
||||
// description
|
||||
Description string `json:"description,omitempty"`
|
||||
|
||||
// fe token
|
||||
FeToken string `json:"feToken,omitempty"`
|
||||
|
||||
|
Reference in New Issue
Block a user