Documentation
¶
Index ¶
- Variables
- func Main(args []string, stdout, stderr io.Writer) error
- func SetBuildInfo(versionStr, gitHashStr, buildTimeStr string)
- type AddOptions
- type App
- type CommandHandler
- type ConfigOptions
- type DownloadOptions
- type InstallOptions
- type ListOptions
- type QueryOptions
- type SDKConfigOptions
- type SDKIndexOptions
- type SDKInstallOptions
- type SDKListOptions
- 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 CommandHandler ¶
type ConfigOptions ¶
type DownloadOptions ¶
type InstallOptions ¶
type ListOptions ¶
type QueryOptions ¶ added in v1.5.1
type SDKConfigOptions ¶ added in v1.7.0
type SDKIndexOptions ¶ added in v1.7.0
type SDKInstallOptions ¶ added in v1.7.0
type SDKListOptions ¶ added in v1.7.0
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 ¶
type UninstallOptions struct {
Target string
}
Click to show internal directories.
Click to hide internal directories.