nonodo

package
v0.1.0-alpha.2 Latest Latest
Warning

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

Go to latest
Published: Dec 27, 2023 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Overview

This package contains the nonodo run function. This is separate from the main package to facilitate testing.

Index

Constants

This section is empty.

Variables

View Source
var ApplicationConflictErr = errors.New("can't use built-in echo with custom application")

Functions

func NewNonodoWorker

func NewNonodoWorker(opts NonodoOpts) (w supervisor.SupervisorWorker, err error)

Start nonodo.

Types

type NonodoOpts

type NonodoOpts struct {
	AnvilPort          int
	AnvilVerbose       bool
	EnableEcho         bool
	HttpAddress        string
	HttpPort           int
	InputBoxAddress    string
	ApplicationAddress string
	ApplicationArgs    []string
}

Options to nonodo.

func NewNonodoOpts

func NewNonodoOpts() NonodoOpts

Create the options struct with default values.

Jump to

Keyboard shortcuts

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