Module specifications::driving
source · Expand description
Defines the prost messages for interacting with the driver.
Re-exports§
pub use DriverServiceError as Error;
Structs§
- Reply to the
CheckRequest
. - Request for checking the given workflow only.
- The reply sent by the driver when a new session has been created.
- Request for creating a new session.
- The DriverServiceClient can connect to a remote server implementing the DriverService protocol.
- The DriverServiceServer hosts the server part of the DriverService protocol.
- The reply sent by the driver when a workflow has been executed.
- Request for executing the given workflow.
Enums§
- Defines the errors occuring in the DriverServiceClient or DriverServiceServer.
Traits§
- The DriverService, which is a trait for easily writing a service for the driver communication protocol.