This commit is contained in:
mr
2026-05-29 14:12:40 +02:00
parent a3bca24982
commit 82a4708f46
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@ type DBObject interface {
GetID() string
GetName() string
SetName(name string)
SetDraft(draft bool)
IsDrafted() bool
CanDelete() bool
StoreDraftDefault()