extended for load all + search all

This commit is contained in:
mr
2026-04-21 14:36:52 +02:00
parent d57ee0b5e7
commit bbaea4fec4
2 changed files with 9 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ import (
// ShallowDBObject is an interface that defines the basic methods shallowed version of a DBObject
type ShallowDBObject interface {
DBObject
GenerateID()
GetID() string
GetName() string