dashboard

package
v0.1.0-beta Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2020 License: Apache-2.0 Imports: 24 Imported by: 0

README

The dfuseeos dashboard

This is the UI available when you start dfuseeos

Development

This package uses https://github.com/GeertJohan/go.rice to embed the static files within the Go binary.

Install with:

go get github.com/GeertJohan/go.rice/rice

Generate the new rice-box.go:

go generate

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	*shutter.Shutter

	Ready chan interface{}
	// contains filtered or unexported fields
}

func New

func New(config *Config) *App

func (*App) IsReady

func (a *App) IsReady() bool

func (*App) OnReady

func (a *App) OnReady(f func())

func (*App) Run

func (a *App) Run() error

type Config

type Config struct {
	ManagerCommandURL        string
	GRPCListenAddr           string
	HTTPListenAddr           string
	DgraphqlHTTPServingAddr  string
	EoswsHTTPServingAddr     string
	NodeosAPIHTTPServingAddr string
	Launcher                 *launcher.Launcher
	MetricManager            *metrics.Manager
	DmeshClient              dmeshCli.SearchClient
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL