chore: comments

This commit is contained in:
Fu Diwei
2024-11-25 21:22:20 +08:00
parent 124af0b76d
commit 2b93552d1d
17 changed files with 61 additions and 19 deletions

View File

@@ -17,9 +17,12 @@ import (
)
type AliyunCASUploaderConfig struct {
AccessKeyId string `json:"accessKeyId"`
// 阿里云 AccessKeyId
AccessKeyId string `json:"accessKeyId"`
// 阿里云 AccessKeySecret。
AccessKeySecret string `json:"accessKeySecret"`
Region string `json:"region"`
// 阿里云地域。
Region string `json:"region"`
}
type AliyunCASUploader struct {