From f0eeb90641a85f30ea364a506fa548ac3b24fd09 Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Tue, 8 Nov 2016 19:49:08 -0800 Subject: moving Mergable interface to content package. Still hit cyclical import issue, still makes sense to have in content --- management/manager/manager.go | 9 --------- 1 file changed, 9 deletions(-) (limited to 'management/manager') diff --git a/management/manager/manager.go b/management/manager/manager.go index 9a0ed19..2830ba4 100644 --- a/management/manager/manager.go +++ b/management/manager/manager.go @@ -4,19 +4,10 @@ import ( "bytes" "fmt" "html/template" - "net/http" "github.com/bosssauce/ponzu/management/editor" ) -// Mergeable allows external post content to be approved and published through -// the public-facing API -type Mergeable interface { - // Approve copies an external post to the internal collection and triggers - // a re-sort of its content type posts - Approve(req *http.Request) error -} - const managerHTML = `
-- cgit v1.2.3