Module proto

Source

Modulesยง

build_request
Nested message and enum types in BuildRequest.
build_response
Nested message and enum types in BuildResponse.
build_service_client
Generated client implementations.
build_service_server
Generated server implementations.
grpc_buildservice_wrapper ๐Ÿ”’

Structsยง

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.
BuildResponse
A BuildResponse is (one possible) outcome of executing a [BuildRequest].
GRPCBuildServiceWrapper
Implements the gRPC server trait (crate::proto::build_service_server::BuildService for anything implementing BuildService.

Enumsยง

ValidateBuildConstraintsError
Errors that occur during the validation of build_request::BuildConstraints messages.
ValidateBuildRequestError
Errors that occur during the validation of BuildRequest messages.
ValidateBuildResultError
Errors that occur during the validation of BuildResult messages.

Functionsยง

is_clean_absolute_path ๐Ÿ”’
is_clean_path ๐Ÿ”’
Checks a path to be without any โ€˜..โ€™ components, and clean (no superfluous slashes).
is_clean_relative_path ๐Ÿ”’
is_sorted ๐Ÿ”’
Checks if a given list is sorted.
path_to_string ๐Ÿ”’