INNER CODE UNIT · Go

implKey

kubernetes-sigs/gateway-api · tools/implist/main.go:229

func implKey(i v1.Implementation) string {
	return i.Organization + "-" + i.Project
}

// DetailsMap is a map of the full name to the relevant ImplementationListDetail
type DetailsMap map[string]v1.ImplementationListDetail

// ReportsMap maps the path of a conformance report to its contents.
// Used for reading in all the conformance reports before processing.
// The path is used for generating the links inside the badges.
type ReportsMap map[string]v1.ConformanceReport

// ConformanceDetails holds all the information needed to print the snipped
// about each implementation in the combined list.
type ConformanceDetails struct {
	Version  string
	Path     string
	Error    string                      `json:"error,omitempty"`

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…