metadata

package
v0.0.0-...-a0b8de0 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2021 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InstallDepedency

type InstallDepedency struct {
	Name    string `json:"name"`
	Version string `json:"version"`
	Repo    string `json:"repo"`
	Id      string `json:"id"`
}

type InstallInfo

type InstallInfo struct {
	Name         string             `json:"name"`
	Dependencies []InstallDepedency `json:"dependencies"`
	CarSize      int64              `json:"car_size"`
	CarHash      string             `json:"car_hash"`
}

type RepoConfig

type RepoConfig struct {
	Id           string   `json:"id"`
	CarURLS      []string `json:"car_urls"`
	RegistryPath string   `json:"registry_path"`
	OCIRoot      string   `json:"oci"`
}

func (*RepoConfig) CalculateCarURLs

func (r *RepoConfig) CalculateCarURLs(name string) []string

Jump to

Keyboard shortcuts

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