Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecretRef ¶
type SecretRef struct {
SecretID string `json:"secret_id"`
}
SecretRef 用于引用 SecureStore 中的密钥,绝不包含明文
type SensitivePayload ¶
type SensitivePayload struct {
EncryptedData []byte `json:"encrypted_data"`
SecretRef SecretRef `json:"secret_ref"`
}
SensitivePayload 代表经过加密或脱敏的负载
Click to show internal directories.
Click to hide internal directories.