Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttestationStorage ¶
type AttestationStorage interface { StoreAttestation(ctx context.Context, key string, attestation []byte) error FetchAttestation(ctx context.Context, key string) ([]byte, error) }
func NewAttestationStorage ¶
func NewAttestationStorage() (AttestationStorage, error)
type Blob ¶
type Blob struct {
// contains filtered or unexported fields
}
func (*Blob) FetchAttestation ¶ added in v0.3.0
Click to show internal directories.
Click to hide internal directories.