mirror of
https://github.com/openziti/zrok.git
synced 2025-08-17 03:11:17 +02:00
Merge branch 'main' into drives_p1
This commit is contained in:
@ -21,6 +21,7 @@ const (
|
||||
)
|
||||
|
||||
type ShareRequest struct {
|
||||
Reserved bool
|
||||
BackendMode BackendMode
|
||||
ShareMode ShareMode
|
||||
Target string
|
||||
@ -32,8 +33,8 @@ type ShareRequest struct {
|
||||
}
|
||||
|
||||
type Share struct {
|
||||
Token string
|
||||
FrontendEndpoints []string
|
||||
Token string `json:"token"`
|
||||
FrontendEndpoints []string `json:"frontend_endpoints"`
|
||||
}
|
||||
|
||||
type AccessRequest struct {
|
||||
|
Reference in New Issue
Block a user