package
0.0.0-20241020125951-1d3ec0e6c8f7
Repository: https://github.com/nhtuan0700/goload.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
RegisterGoLoadServiceHandler registers the http handlers for service GoLoadService to "mux".
RegisterGoLoadServiceHandlerClient registers the http handlers for service GoLoadService to "mux".
RegisterGoLoadServiceHandlerFromEndpoint is same as RegisterGoLoadServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterGoLoadServiceHandlerServer registers the http handlers for service GoLoadService to "mux".
No description provided by the author

# Constants

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

# Variables

Enum value maps for DownloadStatus.
Enum value maps for DownloadStatus.
Enum value maps for DownloadType.
Enum value maps for DownloadType.
No description provided by the author
GoLoadService_ServiceDesc is the grpc.ServiceDesc for GoLoadService service.

# Structs

No description provided by the author
AccountValidationError is the validation error returned by Account.Validate if the designated constraints aren't met.
No description provided by the author
CreateAccountRequestValidationError is the validation error returned by CreateAccountRequest.Validate if the designated constraints aren't met.
No description provided by the author
CreateAccountResponseValidationError is the validation error returned by CreateAccountResponse.Validate if the designated constraints aren't met.
No description provided by the author
CreateDownloadTaskRequestValidationError is the validation error returned by CreateDownloadTaskRequest.Validate if the designated constraints aren't met.
No description provided by the author
CreateDownloadTaskResponseValidationError is the validation error returned by CreateDownloadTaskResponse.Validate if the designated constraints aren't met.
No description provided by the author
CreateSessionRequestValidationError is the validation error returned by CreateSessionRequest.Validate if the designated constraints aren't met.
No description provided by the author
CreateSessionResponseValidationError is the validation error returned by CreateSessionResponse.Validate if the designated constraints aren't met.
No description provided by the author
DownloadTaskValidationError is the validation error returned by DownloadTask.Validate if the designated constraints aren't met.
UnimplementedGoLoadServiceServer must be embedded to have forward compatible implementations.

# Interfaces

GoLoadServiceClient is the client API for GoLoadService service.
GoLoadServiceServer is the server API for GoLoadService service.
UnsafeGoLoadServiceServer may be embedded to opt out of forward compatibility for this service.

# Type aliases

AccountMultiError is an error wrapping multiple validation errors returned by Account.ValidateAll() if the designated constraints aren't met.
CreateAccountRequestMultiError is an error wrapping multiple validation errors returned by CreateAccountRequest.ValidateAll() if the designated constraints aren't met.
CreateAccountResponseMultiError is an error wrapping multiple validation errors returned by CreateAccountResponse.ValidateAll() if the designated constraints aren't met.
CreateDownloadTaskRequestMultiError is an error wrapping multiple validation errors returned by CreateDownloadTaskRequest.ValidateAll() if the designated constraints aren't met.
CreateDownloadTaskResponseMultiError is an error wrapping multiple validation errors returned by CreateDownloadTaskResponse.ValidateAll() if the designated constraints aren't met.
CreateSessionRequestMultiError is an error wrapping multiple validation errors returned by CreateSessionRequest.ValidateAll() if the designated constraints aren't met.
CreateSessionResponseMultiError is an error wrapping multiple validation errors returned by CreateSessionResponse.ValidateAll() if the designated constraints aren't met.
No description provided by the author
DownloadTaskMultiError is an error wrapping multiple validation errors returned by DownloadTask.ValidateAll() if the designated constraints aren't met.
No description provided by the author