rundata

package
v0.1.3-alpha Latest Latest
Warning

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

Go to latest
Published: Aug 20, 2019 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	RUN_DATA_FILE      string = "actions-run-data.ldj"
	RUN_DATA_LOCK_FILE string = "actions-run-data.lock"
)

Functions

func AppendRunData

func AppendRunData(runData *RunData) error

func ClearRunData

func ClearRunData(actionsRunId string) error

func ReadAllRunData

func ReadAllRunData() (*[]RunData, error)

Types

type RunData

type RunData struct {
	ActionsRunId string
	ActionsPort  int
	AppId        string
	AppPort      int
	Command      string
	Created      time.Time
	PID          int
}

Jump to

Keyboard shortcuts

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