minor fixups as I review secrets

This commit is contained in:
Tim Hockin
2015-02-19 22:03:36 -08:00
parent ea5d2f99ae
commit 8bdfc352ce
8 changed files with 39 additions and 43 deletions

View File

@@ -1342,7 +1342,7 @@ const MaxSecretSize = 1 * 1024 * 1024
type SecretType string
const (
SecretTypeOpaque SecretType = "opaque" // Default; arbitrary user-defined data
SecretTypeOpaque SecretType = "Opaque" // Default; arbitrary user-defined data
)
type SecretList struct {