resolver

package
v2.27.1 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchPluginDownloadInfo added in v2.26.0

type BatchPluginDownloadInfo struct {
	URL      string
	Checksum string
}

type BatchResolver added in v2.26.0

type BatchResolver interface {
	// BatchResolvePlugins resolves a list of plugins and returns a single URL to download all plugins as tgz archive.
	BatchResolvePlugins([]*plugin.Info) (*BatchPluginDownloadInfo, error)
}

type PluginDownloadInfo

type PluginDownloadInfo struct {
	URL      string
	Checksum string
	FileName string
	Version  string
}

type Resolver

type Resolver interface {
	ResolvePlugin(*plugin.Info) (*PluginDownloadInfo, error)
	Names() []string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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