registry

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Details

type Details struct {
	ID        string      `json:"id"`
	Owner     string      `json:"owner"`
	Namespace string      `json:"namespace"`
	Name      string      `json:"name"`
	Alias     interface{} `json:"alias"`
	Version   string      `json:"version"`
	Versions  []string    `json:"versions"`
}

type DetailsProvider

type DetailsProvider struct {
	// contains filtered or unexported fields
}

func NewRegistryDetails

func NewRegistryDetails() *DetailsProvider

func (*DetailsProvider) GetRegistryDetails

func (r *DetailsProvider) GetRegistryDetails(provider string, registryType Type) (*Details, error)

type Type

type Type string
const (
	Providers Type = "providers"
	Modules   Type = "modules"
)

Jump to

Keyboard shortcuts

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