Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArrayProcessResponse ¶ added in v1.5.0
type ArrayProcessResponse struct { Success bool `json:"success"` Processes []ProcessResponse `json:"processes"` }
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"` ProcessID string `json:"process_id"` 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.