rundata

package
v0.1.0-rc.0 Latest Latest
Warning

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

Go to latest
Published: Oct 15, 2019 License: MIT 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
	DaprHTTPPort int
	DaprGRPCPort 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