rundata

package
v0.3.0-alpha.0 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 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 = "dapr-run-data.ldj"
	RUN_DATA_LOCK_FILE string = "dapr-run-data.lock"
)

Functions

func AppendRunData

func AppendRunData(runData *RunData) error

func ClearRunData

func ClearRunData(daprRunId string) error

func ReadAllRunData

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

Types

type RunData

type RunData struct {
	DaprRunId string
	DaprPort  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