gocd

package
v0.0.0-...-770d92f Latest Latest
Warning

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

Go to latest
Published: May 13, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	HTTP_PORT = 8153
	BIND_HOST = `localhost`
)
View Source
const LOGO_TEXT = `` /* 1091-byte string literal not displayed */

Variables

View Source
var (
	WEB_URL            = `http://` + BIND_HOST + `:` + strconv.Itoa(HTTP_PORT)
	AGENT_REGISTER_URL = `http://` + BIND_HOST + `:` + strconv.Itoa(HTTP_PORT) + `/go`
)

Functions

func PrintLogo()

func StartAgent

func StartAgent(java *utils.Java, workDir, jar string) (*exec.Cmd, error)

func StartServer

func StartServer(java *utils.Java, workDir, jar string) (*exec.Cmd, error)

func StopAgent

func StopAgent(cmd *exec.Cmd)

func StopServer

func StopServer(cmd *exec.Cmd)

Types

This section is empty.

Jump to

Keyboard shortcuts

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