Skip to content
Snippets Groups Projects

Resolve "Stream logger-output to goSDN-tview via gRPC"

10 files
+ 76
33
Compare changes
  • Side-by-side
  • Inline
Files
10
package app
import "github.com/rivo/tview"
import (
"github.com/rivo/tview"
)
type view interface {
GetContent() tview.Primitive
@@ -17,6 +19,7 @@ func NewApp() *App {
a := &App{
app: tview.NewApplication(),
}
return a
}
Loading