Documentation
¶
Index ¶
- Variables
- func Main(args []string, stdout, stderr io.Writer) error
- func SetBuildInfo(versionStr, gitHashStr, buildTimeStr string)
- type AddOptions
- type App
- type CacheCleanOptions
- type CacheListOptions
- type CacheServeOptions
- type CacheStatusOptions
- type CommandHandler
- type ConfigOptions
- type DownloadOptions
- type Info
- type InstallOptions
- type ListOptions
- type QueryOptions
- type SDKConfigOptions
- type SDKDownloadOptions
- type SDKIndexOptions
- type SDKInstallOptions
- type SDKListOptions
- type SDKPathOptions
- type SDKRemoveOptions
- type SDKSearchOptions
- type SearchOptions
- type ShowOptions
- type UninstallOptions
- type UpdateOptions
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNotImplemented = errors.New("not implemented")
)
Functions ¶
func SetBuildInfo ¶
func SetBuildInfo(versionStr, gitHashStr, buildTimeStr string)
SetBuildInfo sets the build information for the application.
Types ¶
type AddOptions ¶
type CacheCleanOptions ¶ added in v1.7.3
type CacheListOptions ¶ added in v1.7.5
type CacheServeOptions ¶ added in v1.7.3
type CacheStatusOptions ¶ added in v1.7.5
type CacheStatusOptions struct {
JSON bool
}
type CommandHandler ¶
type ConfigOptions ¶
type DownloadOptions ¶
type InstallOptions ¶
type InstallOptions struct {
Tag string
System string
To string
File string
Asset string
Rename string
Name string
InstallMode string
StripComponents int
Source bool
Prerelease bool
All bool
InstallAll bool
GUI bool
Quiet bool
Add bool
FallbackVersions int
ChunkConcurrency int
BatchConcurrency int
Targets []string
}
type ListOptions ¶
type QueryOptions ¶ added in v1.5.1
type SDKConfigOptions ¶ added in v1.7.0
type SDKDownloadOptions ¶ added in v1.7.5
type SDKIndexOptions ¶ added in v1.7.0
type SDKInstallOptions ¶ added in v1.7.0
type SDKListOptions ¶ added in v1.7.0
type SDKPathOptions ¶ added in v1.7.4
type SDKPathOptions struct {
Target string
}
type SDKRemoveOptions ¶ added in v1.7.0
type SDKRemoveOptions struct {
Target string
}
type SDKSearchOptions ¶ added in v1.7.0
type SearchOptions ¶ added in v1.5.2
type ShowOptions ¶ added in v1.7.0
type ShowOptions struct {
Target string
}
type UninstallOptions ¶
Source Files
¶
- add_cmd.go
- app.go
- cache_cmd.go
- cache_handler.go
- config_cmd.go
- config_handler.go
- download_cmd.go
- handlers.go
- install_cmd.go
- list_cmd.go
- list_handler.go
- options.go
- outdated_progress.go
- query_cmd.go
- query_search_handler.go
- sdk_cmd.go
- sdk_handler.go
- search_cmd.go
- service.go
- show_cmd.go
- sudo_warning.go
- uninstall_cmd.go
- uninstall_handler.go
- update_cmd.go
- update_handler.go
- wiring.go
Click to show internal directories.
Click to hide internal directories.