engine

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Dec 29, 2022 License: AGPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrEngineRunFailed error = errors.New("something went wrong in server engine")
)

Functions

This section is empty.

Types

type Engine

type Engine struct {
	Options Options
}

func (*Engine) SaveConfigDashboard

func (e *Engine) SaveConfigDashboard() error

func (*Engine) Start

func (e *Engine) Start()

func (*Engine) StartRunner

func (e *Engine) StartRunner()

func (*Engine) StartServer

func (e *Engine) StartServer()

type Options

type Options struct {
	// Engine Options
	Dashboards []dashboard.Dashboard
	Database   database.Options
	Server     server.Options
}

Jump to

Keyboard shortcuts

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