3
0

Add route with access to server-log buffer

This commit is contained in:
Denis Arh
2022-02-13 18:23:27 +01:00
parent 2082908f39
commit e0bcaf8662
4 changed files with 207 additions and 7 deletions
+4 -3
View File
@@ -2,13 +2,14 @@ package server
import (
"fmt"
"github.com/cortezaproject/corteza-server/pkg/corredor"
"github.com/cortezaproject/corteza-server/pkg/eventbus"
"github.com/davecgh/go-spew/spew"
"net/http"
"reflect"
"runtime"
"github.com/cortezaproject/corteza-server/pkg/corredor"
"github.com/cortezaproject/corteza-server/pkg/eventbus"
"github.com/davecgh/go-spew/spew"
"github.com/go-chi/chi/v5"
)