Structs§
- Bundle
AddRequest - Request to host to add a specific bundle to the host.
- Bundle
AddResponse - Response form the BundleAdd method.
- Bundle
Info - Bundle information.
- Bundle
List Request - Request to host to list all bundles.
- Bundle
List Response - Response from host to list all bundles.
- Bundle
Remove Request - Request to host to remove a specific component. Only components added by this component can be removed.
- Bundle
Remove Response - Response form the BundleRemove method.
- Bundle
Write Request - Request to host to write a chunk of the bundle to a temporary file.
- Bundle
Write Response - Response form the BundleWrite method.
- Component
Info - 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§
- Bundle
Manager - Bundle manager interface.