mirror of
https://github.com/openziti/zrok.git
synced 2025-08-09 16:15:04 +02:00
added 'deleted' flags to all store objects (#262)
This commit is contained in:
@ -13,6 +13,7 @@ type Frontend struct {
|
||||
PublicName *string
|
||||
UrlTemplate *string
|
||||
Reserved bool
|
||||
Deleted bool
|
||||
}
|
||||
|
||||
func (str *Store) CreateFrontend(envId int, f *Frontend, tx *sqlx.Tx) (int, error) {
|
||||
|
Reference in New Issue
Block a user