package
0.0.0-20181203104513-d221334b9e14
Repository: https://github.com/rickslick/grpcupload.git
Documentation: pkg.go.dev

# Functions

NewUploader creates a object of type uploader and creates fixed worker goroutines/threads.
UploadFiles takes in client grpcCLient object and an optional list of file path or dir name as input.It sends the files using the grpcClient object to the server in parallelreturns error if file transfer is not successful.