Documentation
¶
Overview ¶
Package api allows go projects to use func-e as a library.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RunOption ¶
type RunOption func(*runOpts)
RunOption is configuration for Run.
func EnvoyVersion ¶
EnvoyVersion overrides the version of Envoy to run. Defaults to the contents of "$HomeDir/versions/version".
When that file is missing, it is generated from ".latestVersion" from the EnvoyVersionsURL. Its value can be in full version major.minor.patch format, e.g. 1.18.1 or without patch component, major.minor, e.g. 1.18.
func EnvoyVersionsURL ¶
EnvoyVersionsURL is the path to the envoy-versions.json. Defaults to "https://archive.tetratelabs.io/envoy/envoy-versions.json"
Click to show internal directories.
Click to hide internal directories.