extensions

package
v0.0.0-...-37e5199 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2024 License: Apache-2.0 Imports: 0 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Extension

type Extension struct {
	Name        string   `json:"name"`
	URL         string   `json:"url"`
	Description string   `json:"description,omitempty"`
	Endpoints   []string `json:"endpoints"`
}

Extension provides information on extensions provided on a Registry. defined further in /extensions/_oci.md

type ExtensionList

type ExtensionList struct {
	Extensions []Extension `json:"extensions"`
}

ExtensionList is the structure returned from discover endpoint defined in /extensions/_oci.md

Jump to

Keyboard shortcuts

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