Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Flags specific to the runtime service Flags = []cli.Flag{ &cli.StringFlag{ Name: "source", Usage: "Set the runtime source, e.g. micro/services", EnvVars: []string{"MICRO_RUNTIME_SOURCE"}, }, &cli.IntFlag{ Name: "retries", Usage: "Set the max retries per service", EnvVars: []string{"MICRO_RUNTIME_RETRIES"}, }, } )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.