Documentation
¶
Index ¶
Constants ¶
View Source
const ( UPLOADER_MAX_PARTS_UPLOAD_KEY = "UPLOADER_MAX_PARTS_UPLOAD" UPLOADER_MULTIPART_SIZE_KEY = "UPLOADER_MULTIPART_SIZE" UPLOADER_MAX_MPU_RETRIES_KEY = "UPLOADER_MAX_MPU_RETRIES" UPLOADER_MAX_PART_UPLOAD_RETRIES_KEY = "UPLOADER_MAX_PART_UPLOAD_RETRIES" )
Variables ¶
View Source
var (
ErrSkippedOperation = errors.New("skipped operation")
)
Functions ¶
This section is empty.
Types ¶
type ProgressConfig ¶
type ProgressConfig struct {
// contains filtered or unexported fields
}
func NewProgressConfig ¶
func NewProgressConfig(progress *mpb.Progress, descriptor string) ProgressConfig
func (*ProgressConfig) GetPrefix ¶
func (p *ProgressConfig) GetPrefix() string
Click to show internal directories.
Click to hide internal directories.