procmgr

package
v0.0.89 Latest Latest
Warning

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

Go to latest
Published: Apr 6, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AppendOrUpdateProcs added in v0.0.81

func AppendOrUpdateProcs(path string, procs Procs) error

AppendOrUpdateProcs appends or updates the given procs to the current proc.yml

func WriteProcs

func WriteProcs(path string, procs Procs) error

Types

type Proc

type Proc struct {
	Command string
	Args    []string
}

Proc is a single process to run

type Procs

type Procs struct {
	Processes map[string]Proc
}

Procs is the list of process names and commands to run

func ReadProcs

func ReadProcs(path string) (Procs, error)

Jump to

Keyboard shortcuts

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