Is draft
This commit is contained in:
@@ -26,6 +26,7 @@ type DBObject interface {
|
||||
GetID() string
|
||||
GetName() string
|
||||
SetName(name string)
|
||||
SetDraft(draft bool)
|
||||
IsDrafted() bool
|
||||
CanDelete() bool
|
||||
StoreDraftDefault()
|
||||
|
||||
Reference in New Issue
Block a user