Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckPrerequisites ¶
func CheckPrerequisites(server config.ServerConfig) error
func IsSourceAccessError ¶
IsSourceAccessError reports whether err was caused by a fetch/read failure while resolving a source manifest or install payload.
Types ¶
type ResolveOptions ¶
type ResolvedServer ¶
type ResolvedServer struct {
Name string
Server config.ServerConfig
}
func Resolve ¶
func Resolve(ctx context.Context, source string, opts ResolveOptions) (ResolvedServer, error)
Click to show internal directories.
Click to hide internal directories.