mirror of
https://github.com/safing/portbase
synced 2025-09-01 10:09:50 +00:00
Remove unnecessary dbutils
This commit is contained in:
parent
f5cfeb4c82
commit
64e25da0b2
1 changed files with 0 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
|||
package dbutils
|
||||
|
||||
type Meta struct {
|
||||
Created int64 `json:"c,omitempty" bson:"c,omitempty"`
|
||||
Modified int64 `json:"m,omitempty" bson:"m,omitempty"`
|
||||
Expires int64 `json:"e,omitempty" bson:"e,omitempty"`
|
||||
Deleted int64 `json:"d,omitempty" bson:"d,omitempty"`
|
||||
Secret bool `json:"s,omitempty" bson:"s,omitempty"` // secrets must not be sent to clients, only synced between cores
|
||||
Cronjewel bool `json:"j,omitempty" bson:"j,omitempty"` // crownjewels must never leave the instance
|
||||
}
|
Loading…
Add table
Reference in a new issue