Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticityRequest ¶
type AuthenticityRequest struct { Enabled bool KeySource domain.KeyType LocalKey *LocalKeyRequest LocalCertificate *LocalCertificateRequest ManagedKey *ManagedKeyRequest ManagedCertificate *ManagedCertificateRequest }
type AvailabilityRequest ¶
type AvailabilityRequest struct { Enabled bool Hostingtype domain.HostingType }
type EncryptionRequest ¶
type EncryptionRequest struct { Enabled bool KeySource domain.KeyType LocalKey *LocalKeyRequest LocalCertificate *LocalCertificateRequest ManagedKey *ManagedKeyRequest ManagedCertificate *ManagedCertificateRequest }
type IntegrityRequest ¶
type IntegrityRequest struct {
Enabled bool
}
type LocalCertificateRequest ¶
type LocalKeyRequest ¶
type ManagedKeyRequest ¶
type ProcessRequest ¶
type ProcessRequest struct { File domain.File Integrity IntegrityRequest Authenticity AuthenticityRequest Encryption EncryptionRequest Availability AvailabilityRequest }
func NewProcessRequest ¶
func NewProcessRequest(file domain.File, request *request.ProcessFormRequest) (*ProcessRequest, error)
Click to show internal directories.
Click to hide internal directories.