Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Source ¶
type Source interface {
// Name returns the name of the source
Name() string
// Primary returns if the source is primary
Primary() bool
// ResolveDownloadURL resolves the JDK download url
ResolveDownloadURL(ctx context.Context, spec activate_toolchain.Spec) (downloadURL string, err error)
}
Source is a source of JDK
Click to show internal directories.
Click to hide internal directories.