IsNot in catalog strategy

This commit is contained in:
mr
2026-03-31 16:41:12 +02:00
parent 0aee593f29
commit c0722483b8

View File

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