adding inputs output struct based on argo naming for now
This commit is contained in:
@@ -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{}
|
||||
|
||||
Reference in New Issue
Block a user