mirror of
https://github.com/openziti/zrok.git
synced 2025-08-18 03:39:58 +02:00
added 'deleted' flags to all store objects (#262)
This commit is contained in:
@@ -16,6 +16,7 @@ type Share struct {
|
||||
FrontendEndpoint *string
|
||||
BackendProxyEndpoint *string
|
||||
Reserved bool
|
||||
Deleted bool
|
||||
}
|
||||
|
||||
func (self *Store) CreateShare(envId int, shr *Share, tx *sqlx.Tx) (int, error) {
|
||||
|
Reference in New Issue
Block a user