Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessControlRequest ¶ added in v1.2.4
type AccessControlRequest struct { AccessControlType domain.AccessControlType AccessCode string }
type AuthenticityRequest ¶
type AuthenticityRequest struct { Enabled bool KeySource domain.KeyType LocalKey *LocalKeyRequest LocalCertificate *LocalCertificateRequest ManagedKey *ManagedKeyRequest ManagedCertificate *ManagedCertificateRequest AccessControl *AccessControlRequest }
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 AccessControl *AccessControlRequest }
type IntegrityRequest ¶
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.