docs.rs failed to build arcbox-grpc-0.1.5
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
arcbox-grpc-0.0.1-alpha.1
arcbox-grpc
gRPC client/server bindings for ArcBox services.
Overview
This crate contains tonic-generated service modules for the arcbox.v1 package,
with protobuf messages sourced from arcbox-protocol.
All generated services are available under arcbox_grpc::v1::*.
Crate-Root Re-exports
For convenience, crate root currently re-exports:
- Clients:
MachineServiceClient,AgentServiceClient,VolumeServiceClient - Servers:
MachineService,MachineServiceServer,AgentService,AgentServiceServer,VolumeService,VolumeServiceServer
Other generated clients/servers (for example container/image/network/system)
are available via arcbox_grpc::v1::<service_module>::....
Usage
use MachineServiceClient;
use ListMachinesRequest;
let request = new;
// client.list(request).await?;
# let _ = request;
License
MIT OR Apache-2.0