package
Version:
v0.0.0-...-f55c371
Opens a new window with list of versions in this module.
Published: Nov 24, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BucketInfo struct {
Bucket string `dc:"cos对象桶名称"`
Use int64 `dc:"存储空间(已使用)"`
}
type ObjectsInfo struct {
Bucket string `dc:"cos对象桶名称"`
Cache enums.CosType `dc:"代理仓库缓存类型"`
Size int64 `dc:"文件大小"`
Name string `dc:"文件名称(请求的文件)"`
Location string `dc:"文件相对路径path"`
Bytes []byte `dc:"文件对象字节"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.