package
20.2.19+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author

# Structs

BlobStat returns the file size of the file requested in StatRequest.
DeleteRequest is used to delete a file or empty directory on a remote node.
DeleteResponse is returned once a file has been successfully deleted by DeleteRequest.
GetRequest is used to read a file from a remote node.
GetResponse returns contents of the file requested by GetRequest.
GlobRequest is used to list all files that match the glob pattern on a given node.
GlobResponse responds with the list of files that matched the given pattern.
PutRequest is used to write a payload to a remote node.
PutResponse is returned once a file has successfully been written by a PutRequest.
StatRequest is used to get the file size of a file.
StreamChunk contains a chunk of the payload we are streaming.
StreamResponse is used to acknowledge a stream ending.

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
BlobClient is the client API for Blob service.
BlobServer is the server API for Blob service.