summaryrefslogtreecommitdiff
path: root/management/editor/editor.go
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2016-09-21 03:44:24 -0700
committerSteve Manuel <nilslice@gmail.com>2016-09-21 03:44:24 -0700
commitf3c68b123f426cb83955a78593ce7cc5b346128c (patch)
tree41ea67c1959451f4f507fd7f3a019f4658c4412b /management/editor/editor.go
parent2c84dd21f24fe68ccd0b0cfcb0d7cb683701ef8b (diff)
added admin interface and overview of content and types. more code reorganization.
Diffstat (limited to 'management/editor/editor.go')
-rw-r--r--management/editor/editor.go1
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)
}