Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EncryptionJSONResponse ¶
type IntegrityJSONResponse ¶
type IntegrityJSONResponse struct {
AnchorId int `json:"anchor_id"`
}
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.