diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-09-21 03:44:24 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-09-21 03:44:24 -0700 |
commit | f3c68b123f426cb83955a78593ce7cc5b346128c (patch) | |
tree | 41ea67c1959451f4f507fd7f3a019f4658c4412b /management/editor/editor.go | |
parent | 2c84dd21f24fe68ccd0b0cfcb0d7cb683701ef8b (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.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) } |