Module tvix_build::proto
source ยท 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ยง
- is_clean_path ๐Checks a path to be without any โ..โ components, and clean (no superfluous slashes).
- is_sorted ๐Checks if a given list is sorted.
- path_to_string ๐