Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DaprPlacementContainerName is the container name of placement service DaprPlacementContainerName = "dapr_placement" // DaprRedisContainerName is the container name of redis DaprRedisContainerName = "dapr_redis" )
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
}
ListOutput represents the application ID, application port and creation time.
type RunConfig ¶
type RunConfig struct {
AppID string
AppPort int
HTTPPort int
GRPCPort int
ConfigFile string
Protocol string
Arguments []string
EnableProfiling bool
ProfilePort int
LogLevel string
MaxConcurrency int
RedisHost string
PlacementHost string
}
RunConfig represents the application configuration parameters.
Click to show internal directories.
Click to hide internal directories.