Skip to content

Commit

Permalink
add missing godoc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nklaassen committed Jun 18, 2024
1 parent 8f0b329 commit 8e4cf55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/service/servicecfg/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,9 @@ type GCPKMSConfig struct {
}

const (
GCPKMSProtectionLevelHSM = "HSM"
// GCPKMSProtectionLevelHSM represents the HSM protection level in GCP KMS.
GCPKMSProtectionLevelHSM = "HSM"
// GCPKMSProtectionLevelSoftware represents the SOFTWARE protection level in GCP KMS.
GCPKMSProtectionLevelSoftware = "SOFTWARE"
)

Expand Down

0 comments on commit 8e4cf55

Please sign in to comment.