Categorygithub.com/leancloud/go-upload
modulepackage
0.0.0-20180201132422-99b47d07b1d1
Repository: https://github.com/leancloud/go-upload.git
Documentation: pkg.go.dev

# README

go-upload

Build Status GoDoc

LeanCloud file upload SDK in Go.

# Functions

Upload upload specific file to LeanCloud.
UploadFile will open an file and upload it.
UploadFileVerbose will open an file and upload it.

# Structs

Error is the LeanCloud API Server API common error format.
File is the File's return type.
Options is upload options type.