Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticityJSONResponse ¶
type AuthenticityJSONResponse struct {
	Enabled    bool                                `json:"enabled"`
	Signatures []AuthenticitySignatureJSONResponse `json:"signatures"`
}
    type EncryptionJSONResponse ¶
type IntegrityJSONResponse ¶
type ProcessResponse ¶
type ProcessResponse struct {
	Success      bool                      `json:"success"`
	Hash         string                    `json:"hash"`
	Integrity    *IntegrityJSONResponse    `json:"integrity,omitempty"`
	Authenticity *AuthenticityJSONResponse `json:"authenticity,omitempty"`
	Encryption   *EncryptionJSONResponse   `json:"encryption,omitempty"`
	Availability *AvailabilityJSONResponse `json:"availability,omitempty"`
}
     Click to show internal directories. 
   Click to hide internal directories.