Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Actions ¶
type Actions struct {
Options *Options
Install *Install
Download *Download
Config *Config
Symlink *Symlink
Use *Use
// contains filtered or unexported fields
}
func NewActions ¶
type Option ¶
func WithLogger ¶
func WithPather ¶
func WithPather(pather devctlpath.Pather) Option
func WithSdkmanClient ¶
type Options ¶
type Options struct {
Fs afero.Fs
Pather devctlpath.Pather
Client *sdkman.Client
Logger logging.Log
}
Options contains the configuration options for Actions
Click to show internal directories.
Click to hide internal directories.