Not in catalog strategy

This commit is contained in:
mr
2026-03-31 16:40:30 +02:00
parent a4ab3285e3
commit 0aee593f29
3 changed files with 10 additions and 2 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()
IsNotInCatalog()
SetID(id string)
GetID() string
GetName() string