burrito

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2024 License: Apache-2.0 Imports: 6 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

	Out io.Writer
	Err io.Writer
}

func New

func New() (*App, error)

func (*App) StartController

func (app *App) StartController() error

func (*App) StartRunner

func (app *App) StartRunner() error

func (*App) StartServer

func (app *App) StartServer()

type Controllers

type Controllers 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