Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DecryptionOpenRequest ¶
type DecryptionOpenRequest struct {
EDK string `json:"encrypted_data_key" validate:"required,max=1500"`
}
func (*DecryptionOpenRequest) GetContent ¶
func (r *DecryptionOpenRequest) GetContent() ([]byte, error)
type EncryptionOpenRequest ¶
type EncryptionOpenRequest struct { }
func (*EncryptionOpenRequest) GetContent ¶
func (r *EncryptionOpenRequest) GetContent() ([]byte, error)
type OnqlaveRequest ¶
Click to show internal directories.
Click to hide internal directories.