git.zd.zone/hrpc/hrpc@v0.0.12/log/cls/credential.go (about) 1 package cls 2 3 // Credential is the ticket for accessing the log service at QCloud 4 type Credential struct { 5 SecretID string `json:"secret_id"` 6 SecretKey string `json:"secret_key"` 7 }