Modules§
- Generated client implementations.
- Generated server implementations.
- Generated client implementations.
- Generated server implementations.
- Nested message and enum types in
Entry
. - Nested message and enum types in
GetDirectoryRequest
. - Nested message and enum types in
StatBlobResponse
.
Structs§
- This represents some bytes of a blob. Blobs are sent in smaller chunks to keep message sizes manageable.
- 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:
- A DirectoryEntry represents a directory.
- A Entry is either a DirectoryEntry, FileEntry or SymlinkEntry.
- A FileEntry represents a regular or executable file.
- A SymlinkEntry represents a symbolic link.
Enums§
- Errors that occur during StatBlobResponse validation
Constants§
- Compiled file descriptors for implementing gRPC reflection with e.g.
tonic_reflection
.