7
0
gaore-common-sdk-go/sdk/auth/crediantial.go
2020-08-03 20:48:58 +08:00

7 lines
88 B
Go

package auth
type Creditial struct {
AccessKeyId string
AccessKeySecret string
}