mirror of
https://github.com/openziti/zrok.git
synced 2025-08-09 00:04:43 +02:00
update 'share' implementation in store package to include permission mode (#432)
This commit is contained in:
@ -7,3 +7,10 @@ const (
|
||||
WarningAction LimitJournalAction = "warning"
|
||||
ClearAction LimitJournalAction = "clear"
|
||||
)
|
||||
|
||||
type PermissionMode string
|
||||
|
||||
const (
|
||||
OpenPermissionMode PermissionMode = "open"
|
||||
ClosedPermissionMode PermissionMode = "closed"
|
||||
)
|
||||
|
Reference in New Issue
Block a user