Module proto

Source

Modules§

blob_service_client
Generated client implementations.
blob_service_server
Generated server implementations.
directory_service_client
Generated client implementations.
directory_service_server
Generated server implementations.
entry
Nested message and enum types in Entry.
get_directory_request
Nested message and enum types in GetDirectoryRequest.
grpc_blobservice_wrapper 🔒
grpc_directoryservice_wrapper 🔒
stat_blob_response
Nested message and enum types in StatBlobResponse.

Structs§

BlobChunk
This represents some bytes of a blob. Blobs are sent in smaller chunks to keep message sizes manageable.
Directory
A Directory can contain Directory, File or Symlink entries. Each of these nodes have a name attribute, which is the basename in that directory and node type specific attributes. The name attribute:
DirectoryEntry
A DirectoryEntry represents a directory.
Entry
A Entry is either a DirectoryEntry, FileEntry or SymlinkEntry.
FileEntry
A FileEntry represents a regular or executable file.
GRPCBlobServiceWrapper
GRPCDirectoryServiceWrapper
GetDirectoryRequest
PutBlobResponse
PutDirectoryResponse
ReadBlobRequest
StatBlobRequest
StatBlobResponse
SymlinkEntry
A SymlinkEntry represents a symbolic link.

Enums§

ValidateStatBlobResponseError
Errors that occur during StatBlobResponse validation

Constants§

FILE_DESCRIPTOR_SET
Compiled file descriptors for implementing gRPC reflection with e.g. tonic_reflection.

Functions§

checked_sum 🔒