go-tus:用于tus可恢复上传协议的纯Go客户端

时间:2024-02-24 13:37:51
【文件属性】:

文件名称:go-tus:用于tus可恢复上传协议的纯Go客户端

文件大小:20KB

文件格式:ZIP

更新时间:2024-02-24 13:37:51

go golang http upload uploader

哥斯 用于纯Go客户端 例 package main import ( "os" "github.com/eventials/go-tus" ) func main () { f , err := os . Open ( "my-file.txt" ) if err != nil { panic ( err ) } defer f . Close () // create the tus client. client , _ := tus . NewClient ( "https://tus.example.or


【文件预览】:
go-tus-master
----.travis.yml(171B)
----doc.go(426B)
----Dockerfile(230B)
----config_test.go(666B)
----errors.go(895B)
----client_test.go(6KB)
----LICENSE(1KB)
----upload.go(2KB)
----memorystore()
--------store.go(655B)
----upload_test.go(623B)
----client.go(5KB)
----config.go(1KB)
----docker-compose.yml(182B)
----leveldbstore()
--------store.go(768B)
----.gitignore(284B)
----uploader.go(2KB)
----go.sum(18KB)
----README.md(2KB)
----go.mod(157B)
----store.go(145B)

网友评论