adding inputs output struct based on argo naming for now

This commit is contained in:
mr
2025-02-03 11:52:49 +01:00
parent 6807614ac8
commit 64bea2a66e
3 changed files with 18 additions and 14 deletions

View File

@@ -24,7 +24,7 @@ type DBObject interface {
CanDelete() bool
StoreDraftDefault()
GetCreatorID() string
UpToDate(user string, create bool)
UpToDate(user string, peer string, create bool)
CanUpdate(set DBObject) (bool, DBObject)
VerifyAuth(request *tools.APIRequest) bool
Serialize(obj DBObject) map[string]interface{}