package
0.0.0-20230530074342-a600184f1816
Repository: https://github.com/yottachain/ytcoreservice.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
CreateBucket 创建bucket.
No description provided by the author
DownloadFile 下载.
No description provided by the author
ExporterAuthData 导出授权文件证书,byte类型 func ExporterAuthData(g *gin.Context) { bucketName := g.Query("bucketName") fileName := g.Query("fileName") ownerPublic := g.Query("ownerPublic") otherPublicKey := g.Query("otherPublicKey") content := ownerPublic[3:] c := api.GetClient(content) exporter, yerr := c.ExporterAuth(bucketName, fileName) if yerr != nil { logrus.Panicf("初始化授权导出失败:%s\n", yerr.Msg) } newOtherPublicKey := otherPublicKey[3:] authdata, yerr := exporter.Export(newOtherPublicKey) if yerr != nil { logrus.Panicf("导出授权文件失败:%s\n", yerr.Msg) } g.JSON(http.StatusOK, gin.H{"authdata": authdata}) }.
GetDownloadProgress 查询上传进度.
GetFileAllInfo 获取文件详细信息.
GetFileBlockDetails 查询文件分块信息.
GetObjects 获取文件列表.
No description provided by the author
g.String(http.StatusOK, strconv.FormatInt(int64(ii), 10)) }.
No description provided by the author
Importclient 2.注册导入授权的用户实例.
ImporterAuth 导入授权文件.
No description provided by the author
ListBucket list all bucket.
No description provided by the author
NewClient create new client instance.
Register 用户注册.
No description provided by the author
UploadFile 根据路径上传文件.
UploadForAuth 3.通过上传接口,给导出授权的用户上传一个文件.
# Constants
No description provided by the author
BlockID tag.
No description provided by the author
Function tag.
No description provided by the author
No description provided by the author
MinerID tag.
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
ShardID tag.
No description provided by the author
SNID tag.
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
Block 块信息.
No description provided by the author
No description provided by the author
No description provided by the author
FileBlockAndShardInfo 文件信息.
No description provided by the author
No description provided by the author
No description provided by the author
Shard 分片信息.
User 用户注册.