fix JSON marshaling for SecretValue.

This commit is contained in:
2021-12-13 04:25:45 -05:00
parent 09f3c9b73e
commit 851cc327e5
2 changed files with 6 additions and 2 deletions

View File

@@ -169,5 +169,5 @@ type Secret struct {
session *Session
}
// SecretValue is a custom type that handles JSON encoding/decoding a little more easily.
// SecretValue is a custom type that handles JSON encoding a little more easily.
type SecretValue []byte