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 24b514e..0acf03e 100644 --- a/management/editor/editor.go +++ b/management/editor/editor.go @@ -7,6 +7,7 @@ import "bytes" // Editable ensures data is editable type Editable interface { ContentID() int + ContentName() string Editor() *Editor MarshalEditor() ([]byte, error) } |