File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# Dynamic Modules Examples
22
3- > Envoy Version: [ af61c6b2101e8c70281b661d2bd726115ae1da2d ] v1.36-dev
3+ > Envoy Version: [ 78fc79f72c883549cd6b29db11e02e6fb74c63d0 ] v1.36-dev
44>
55> Since dynamic modules are tied with a specific Envoy version, this repository is based on the specific commit of Envoy.
66> For examples for a specific Envoy version, please check out ` release/v<version> ` branches:
Original file line number Diff line number Diff line change 33package gosdk
44
55// Following is a distillation of the Envoy ABI for dynamic modules:
6- // https://github.com/envoyproxy/envoy/blob/af61c6b2101e8c70281b661d2bd726115ae1da2d /source/extensions/dynamic_modules/abi.h
6+ // https://github.com/envoyproxy/envoy/blob/78fc79f72c883549cd6b29db11e02e6fb74c63d0 /source/extensions/dynamic_modules/abi.h
77//
88// Why not using the header file directly? That is because Go runtime complains
99// about passing pointers to C code on the boundary. In the following code, we replace
You can’t perform that action at this time.
0 commit comments