Documentation
¶
Index ¶
Constants ¶
View Source
const ( PlatformNameIstio = "istio" PlatformNameGloo = "gloo" Version13x = "1.3.x" Version15x = "1.5.x" )
Variables ¶
View Source
var ( Istio15 = Platform{ Name: PlatformNameIstio, Version: Version15x, } Gloo13 = Platform{ Name: PlatformNameGloo, Version: Version13x, } Version_541b2c1155fffb15ccde92b8324f3e38f7339ba6 = Version{ Name: "v0-541b2c1155fffb15ccde92b8324f3e38f7339ba6", Repository: "https://github.com/yuval-k/envoy-wasm", Commit: "541b2c1155fffb15ccde92b8324f3e38f7339ba6", } Version_097b7f2e4cc1fb490cc1943d0d633655ac3c522f = Version{ Name: "v0-097b7f2e4cc1fb490cc1943d0d633655ac3c522f", Repository: "https://github.com/envoyproxy/envoy-wasm", Commit: "097b7f2e4cc1fb490cc1943d0d633655ac3c522f", } DefaultRegistry = Registry{ Version_541b2c1155fffb15ccde92b8324f3e38f7339ba6: { Gloo13, }, Version_097b7f2e4cc1fb490cc1943d0d633655ac3c522f: { Istio15, }, } )
the default registry of AbiVersions used by Wasme
Functions ¶
This section is empty.
Types ¶
type Registry ¶
map of ABI Version to the Providers using that version
func (Registry) SelectVersion ¶
Click to show internal directories.
Click to hide internal directories.