model

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const VersionLatest = "latest"

Variables

This section is empty.

Functions

This section is empty.

Types

type Dependencies

type Dependencies struct {
	Go     GoDependencyList     `json:"go"`
	Github GithubDependencyList `json:"github"`
}

type DependencyName

type DependencyName = string

type GithubDependency

type GithubDependency struct {
	Owner   string `json:"owner"`
	Repo    string `json:"repo"`
	Version string `json:"version"`
}

type GithubDependencyList

type GithubDependencyList = map[DependencyName]GithubDependency

type GoDependencyList

type GoDependencyList = map[DependencyName]module.Version

type ProviderKey

type ProviderKey string

Jump to

Keyboard shortcuts

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