mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
Removed redundant vote code
This commit is contained in:
parent
b1865b2318
commit
5153d49ad7
4 changed files with 0 additions and 91 deletions
|
@ -183,7 +183,6 @@ type DocumentStorer interface {
|
|||
DeleteBySpace(ctx domain.RequestContext, spaceID string) (rows int64, err error)
|
||||
GetVersions(ctx domain.RequestContext, groupID string) (v []doc.Version, err error)
|
||||
MoveActivity(ctx domain.RequestContext, documentID, oldSpaceID, newSpaceID string) (err error)
|
||||
Vote(ctx domain.RequestContext, refID, orgID, documentID, userID string, vote int) (err error)
|
||||
}
|
||||
|
||||
// SettingStorer defines required methods for persisting global and user level settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue