Module bundle_manager

Source

Structs§

BundleAddRequest
Request to host to add a specific bundle to the host.
BundleAddResponse
Response form the BundleAdd method.
BundleInfo
Bundle information.
BundleListRequest
Request to host to list all bundles.
BundleListResponse
Response from host to list all bundles.
BundleRemoveRequest
Request to host to remove a specific component. Only components added by this component can be removed.
BundleRemoveResponse
Response form the BundleRemove method.
BundleWriteRequest
Request to host to write a chunk of the bundle to a temporary file.
BundleWriteResponse
Response form the BundleWrite method.
ComponentInfo
Component information.

Constants§

LABEL_INSTANCE_ID
Name of the special label that identifies the instance.
LOCAL_RPC_ENDPOINT_BUNDLE_MANAGER
Name of the local RPC endpoint for the bundle manager.
METHOD_BUNDLE_ADD
Name of the BundleAdd method.
METHOD_BUNDLE_LIST
Name of the BundleList method.
METHOD_BUNDLE_REMOVE
Name of the BundleRemove method.
METHOD_BUNDLE_WRITE
Name of the BundleWrite method.

Traits§

BundleManager
Bundle manager interface.