config

package
v2.0.0 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	// Hostname where the runtime is running. When using PMAN in cli mode, it determines where the host runtime is.
	// Default is localhost.
	Hostname string

	// Port configures the port where a runtime is available. It defaults to 10666.
	Port string

	// KeepAlive configures if restart attempts are made if the process supervised terminates. Default is false.
	KeepAlive bool
}

Config determines behavior across the tool.

func NewConfig

func NewConfig() *Config

NewConfig returns a new config with a set of defaults.

Jump to

Keyboard shortcuts

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