Skip to main content

Crate cc_lb_plugin_wire

Crate cc_lb_plugin_wire 

Source
Expand description

Wire types + versioning contract between cc-lb host and wasm plugins.

Public surface for plugin authors: hook wire types defined per version submodule. pub use v1::* at crate root re-exports the current baseline for ergonomic import. New wire versions add new submodules (pub mod v2;) without breaking existing code.

See docs/plugin-author-guide.md and docs/rfc/0001-plugin-runtime-vnext.md for the versioning + admission-gate contract.

Re-exports§

pub use schema::*;
pub use v1::*;

Modules§

schema
Wire versioning contract shared between host and plugin authors.
v1
Wire schema version 1 (baseline).