Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RunResult ¶
type RunResult struct {
Type string `json:"type"`
Message []byte `json:"message"`
Checksums Checksums `json:"checksums"`
SignedChecksums []byte `json:"signed_checksums"`
DecodedAttestationDocument *attest.AttestationDoc `json:"decoded_attestation_document"`
RawAttestationDocument []byte `json:"raw_attestation_document"`
}
Click to show internal directories.
Click to hide internal directories.