integration

package
v0.31.1 Latest Latest
Warning

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

Go to latest
Published: Nov 13, 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 Cmd

type Cmd struct {
	Task  string
	Flags []string

	Logfile string
	Logger  *logrus.Logger
	// contains filtered or unexported fields
}

Cmd holds the information needed to run a process

func (*Cmd) RunCmdWithFlags

func (cmd *Cmd) RunCmdWithFlags() error

RunCmdWithFlags creates a process out of the Cmd object.

func (*Cmd) StopProcess

func (cmd *Cmd) StopProcess()

StopProcess is used to signal SIGTERM to the running process.

Jump to

Keyboard shortcuts

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