# Functions
No description provided by the author
RegisterFileServiceHandler registers the http handlers for service FileService to "mux".
RegisterFileServiceHandlerClient registers the http handlers for service FileService to "mux".
RegisterFileServiceHandlerFromEndpoint is same as RegisterFileServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterFileServiceHandlerServer registers the http handlers for service FileService to "mux".
No description provided by the author
# Variables
No description provided by the author
FileService_ServiceDesc is the grpc.ServiceDesc for FileService service.
# Structs
No description provided by the author
DownloadFileRequestValidationError is the validation error returned by DownloadFileRequest.Validate if the designated constraints aren't met.
No description provided by the author
DownloadFileResponseValidationError is the validation error returned by DownloadFileResponse.Validate if the designated constraints aren't met.
No description provided by the author
GetNonceRequestValidationError is the validation error returned by GetNonceRequest.Validate if the designated constraints aren't met.
No description provided by the author
GetNonceResponseValidationError is the validation error returned by GetNonceResponse.Validate if the designated constraints aren't met.
No description provided by the author
MetadataValidationError is the validation error returned by Metadata.Validate if the designated constraints aren't met.
UnimplementedFileServiceServer must be embedded to have forward compatible implementations.
No description provided by the author
No description provided by the author
No description provided by the author
UploadFileRequestValidationError is the validation error returned by UploadFileRequest.Validate if the designated constraints aren't met.
No description provided by the author
UploadFileResponseValidationError is the validation error returned by UploadFileResponse.Validate if the designated constraints aren't met.
# 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
FileServiceClient is the client API for FileService service.
FileServiceServer is the server API for FileService service.
UnsafeFileServiceServer may be embedded to opt out of forward compatibility for this service.
# Type aliases
DownloadFileRequestMultiError is an error wrapping multiple validation errors returned by DownloadFileRequest.ValidateAll() if the designated constraints aren't met.
DownloadFileResponseMultiError is an error wrapping multiple validation errors returned by DownloadFileResponse.ValidateAll() if the designated constraints aren't met.
GetNonceRequestMultiError is an error wrapping multiple validation errors returned by GetNonceRequest.ValidateAll() if the designated constraints aren't met.
GetNonceResponseMultiError is an error wrapping multiple validation errors returned by GetNonceResponse.ValidateAll() if the designated constraints aren't met.
MetadataMultiError is an error wrapping multiple validation errors returned by Metadata.ValidateAll() if the designated constraints aren't met.
UploadFileRequestMultiError is an error wrapping multiple validation errors returned by UploadFileRequest.ValidateAll() if the designated constraints aren't met.
UploadFileResponseMultiError is an error wrapping multiple validation errors returned by UploadFileResponse.ValidateAll() if the designated constraints aren't met.