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 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 UninstallOptions ¶
type UninstallOptions struct {
Target string
}
Click to show internal directories.
Click to hide internal directories.