# Packages
No description provided by the author
# Functions
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
NewManager creates a new uploader manager.
NewS3Uploader returns a new S3 uploader instance.
No description provided by the author
# Structs
AsyncUploader wraps up another Uploader instance and make its upload asynchronous.
BadgerRetryableUploaderWrapper is the BadgerDB based implementation to RetryableUploaderWrapper.
No description provided by the author
No description provided by the author
No description provided by the author
Manager encapsulates the logic for uploading computation results to cloud storage.
S3Uploader is a S3 implementation of the uploader interface.
# Interfaces
RetryableUploaderWrapper defines the interface for uploader that is retryable.
No description provided by the author
# Type aliases
OnCompleteFunc is the type of function being called at upload completion.