burrito

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: May 21, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	Config *config.Config

	Runner      Runner
	Controllers Controllers
	Server      Server
	Datastore   Datastore

	Out io.Writer
	Err io.Writer
}

func New

func New() (*App, error)

func (*App) StartController

func (app *App) StartController() error

func (*App) StartDatastore added in v0.4.0

func (app *App) StartDatastore() error

func (*App) StartRunner

func (app *App) StartRunner() error

func (*App) StartServer

func (app *App) StartServer()

type Controllers

type Controllers interface {
	Exec()
}

type Datastore added in v0.4.0

type Datastore interface {
	Exec()
}

type Runner

type Runner interface {
	Exec() error
}

type Server

type Server interface {
	Exec()
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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