dashboard

package
v0.1.0-beta3 Latest Latest
Warning

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

Go to latest
Published: May 13, 2020 License: Apache-2.0 Imports: 21 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, modules *Modules) *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 {
	EosNodeManagerAPIAddr string
	GRPCListenAddr        string
	HTTPListenAddr        string
}

type Modules

type Modules struct {
	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