Documentation ¶
Overview ¶
Copyright 2023 Contributors to the Veraison project. SPDX-License-Identifier: Apache-2.0
Index ¶
Constants ¶
View Source
const (
WellKnownMediaType = "application/vnd.veraison.discovery+json"
)
Variables ¶
This section is empty.
Functions ¶
func ServiceStateToAPI ¶
Types ¶
type WellKnownInfo ¶
type WellKnownInfo struct { PublicKey jwk.Key `json:"ear-verification-key,omitempty"` MediaTypes []string `json:"media-types,omitempty"` Schemes []string `json:"attestation-schemes,omitempty"` Version string `json:"version"` ServiceState string `json:"service-state"` ApiEndpoints map[string]string `json:"api-endpoints"` }
Click to show internal directories.
Click to hide internal directories.