hydra

package
v1.5.49 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 5, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package hydra contains common types for dealing with the Red Hat Search API (aka hydra).

I'm currently unaware of comprehensive documentation. This package contains just the observed structure needed for claircore's test infrastructure.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Doc

type Doc struct {
	ID         string   `json:"id"`
	Repository string   `json:"repository"`
	Registry   string   `json:"registry"`
	Layers     []string `json:"parsed_data_layers"`
}

Doc is an individual search result for "ContainerRepository" documents.

This has just enough structure to get at the needed data.

type Response

type Response struct {
	Response struct {
		Docs []Doc `json:"docs"`
	} `json:"response"`
}

Response is the top-level response from the hydra service.

This has just enough structure to get at the needed data.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL