resolvers

package
v0.93.1 Latest Latest
Warning

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

Go to latest
Published: Oct 7, 2023 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cache = &cacheResolver{}
View Source
var Local = &localResolver{}
View Source
var Registry = &registryResolver{
	client: &http.Client{

		Timeout: time.Second * 5,
	},
}
View Source
var Remote = &remoteResolver{
	count: 0,
}

Functions

This section is empty.

Types

type Options

type Options struct {
	Source, OriginalSource, Version, OriginalVersion, WorkingDir, Name, ModulePath string
	DebugLogger                                                                    debug.Logger
	AllowDownloads                                                                 bool
	AllowCache                                                                     bool
	RelativePath                                                                   string
}

func (*Options) Debug

func (o *Options) Debug(format string, args ...interface{})

Jump to

Keyboard shortcuts

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