Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DecryptionResponse ¶
type DecryptionResponse struct {
DecryptedSecret string `json:"decryptedSecret"`
}
type EncryptionResponse ¶
type EncryptionResponse struct {
EncryptedSecret string `json:"encryptedSecret"`
}
Click to show internal directories.
Click to hide internal directories.