Module oasis_core_runtime::host::bundle_manager
source · Structs§
- Request to host to add a specific bundle to the host.
- Response form the BundleAdd method.
- Bundle information.
- Request to host to list all bundles.
- Response from host to list all bundles.
- Request to host to remove a specific component. Only components added by this component can be removed.
- Response form the BundleRemove method.
- Request to host to write a chunk of the bundle to a temporary file.
- Response form the BundleWrite method.
- Component information.
Constants§
- Name of the special label that identifies the instance.
- Name of the local RPC endpoint for the bundle manager.
- Name of the BundleAdd method.
- Name of the BundleList method.
- Name of the BundleRemove method.
- Name of the BundleWrite method.
Traits§
- Bundle manager interface.