Modules§
- Nested message and enum types in
Build
. - Nested message and enum types in
BuildRequest
. - Generated client implementations.
- Generated server implementations.
Structs§
- A Build is (one possible) outcome of executing a [BuildRequest].
- A BuildRequest describes the request of something to be run on the builder. It is distinct from an actual [Build] that has already happened, or might be currently ongoing.
- Implements the gRPC server trait (crate::proto::build_service_server::BuildService for anything implementing BuildService.
Enums§
- Errors that occur during the validation of build_request::BuildConstraints messages.
- Errors that occur during the validation of BuildRequest messages.
Functions§
- Checks a path to be without any ‘..’ components, and clean (no superfluous slashes).
- Checks if a given list is sorted.