Documentation
¶
Index ¶
Constants ¶
View Source
const DaprPlacementContainerName = "dapr_placement"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ListOutput ¶
type ListOutput struct {
AppID string `csv:"APP ID"`
HTTPPort int `csv:"HTTP PORT"`
GRPCPort int `csv:"GRPC PORT"`
AppPort int `csv:"APP PORT"`
Command string `csv:"COMMAND"`
Age string `csv:"AGE"`
Created string `csv:"CREATED"`
PID int
}
func List ¶
func List() ([]ListOutput, error)
Click to show internal directories.
Click to hide internal directories.