diff options
Diffstat (limited to 'management/editor/editor.go')
-rw-r--r-- | management/editor/editor.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/management/editor/editor.go b/management/editor/editor.go index 1525ef9..d069047 100644 --- a/management/editor/editor.go +++ b/management/editor/editor.go @@ -19,6 +19,7 @@ type Editable interface { // Sortable ensures data is sortable by time type Sortable interface { Time() int64 + Touch() int64 ContentID() int } |