Add ghost client to renderer handler

This commit is contained in:
2021-12-03 04:01:50 +01:00
parent 7819567e78
commit d017015662
3 changed files with 16 additions and 0 deletions
+3
View File
@@ -8,6 +8,9 @@ import (
"github.com/mailru/easyjson"
"github.com/valyala/fasthttp"
)
var _ Client = (*HTTPClient)(nil)
// Ghost content data URIs:
const (
ghostAPIPrefix = "/ghost/api/v3/"