1 Star 0 Fork 0

育子/nuciotsdk

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
devicestorage.go 395 Bytes
Copy Edit Raw Blame History
育子 authored 2021-12-26 18:53 . update thing model
package models
// 设备存储信息
type DeviceStorage struct {
S3Endpoint string // s3 地址
S3Bucket string // s3 bucket
S3AccessId string // s3 access id
S3AccessSecret string // s3 秘钥
LocalStoragePath string // 本地存储路径
LocalStorageUserName string // 本地存储用户名
LocalStoragePass string // 本地存储密码
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/magicyu90/nuciotsdk.git
git@gitee.com:magicyu90/nuciotsdk.git
magicyu90
nuciotsdk
nuciotsdk
v1.2.0

Search