repositories

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArtifactHub

type ArtifactHub struct {
	BaseURL string
}

func NewArtifacthub

func NewArtifacthub() *ArtifactHub

func (*ArtifactHub) GetChartLatestVersion

func (a *ArtifactHub) GetChartLatestVersion(chartName string) (string, error)

type SearchPackageResponse

type SearchPackageResponse struct {
	Packages []struct {
		Name       string `json:"name"`
		Version    string `json:"version"`
		Repository struct {
			Name string `json:"name"`
		} `json:"repository"`
	} `json:"packages"`
}

Jump to

Keyboard shortcuts

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