Add SetNotInCatalog

This commit is contained in:
mr
2026-04-01 13:04:47 +02:00
parent f3b5a54545
commit 20cac09f9d
2 changed files with 4 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ type ShallowDBObject interface {
// DBObject is an interface that defines the basic methods for a DBObject
type DBObject interface {
GenerateID()
SetNotInCatalog(bool)
IsNotInCatalog() bool
SetID(id string)
GetID() string