mirror of
https://github.com/openziti/zrok.git
synced 2025-08-18 11:49:51 +02:00
added 'deleted' flags to all store objects (#262)
This commit is contained in:
@@ -12,6 +12,7 @@ type Environment struct {
|
||||
Host string
|
||||
Address string
|
||||
ZId string
|
||||
Deleted bool
|
||||
}
|
||||
|
||||
func (self *Store) CreateEnvironment(accountId int, i *Environment, tx *sqlx.Tx) (int, error) {
|
||||
|
Reference in New Issue
Block a user