Documentation
¶
Index ¶
- type AzureDataStudio
- type Base
- func (t *Base) ExeFullPath() string
- func (t *Base) ExeName() string
- func (t *Base) HowToInstall() string
- func (t *Base) Init()
- func (t *Base) IsInstalled() bool
- func (t *Base) Name() string
- func (t *Base) Run(args []string) (int, error)
- func (t *Base) SetExeName(exeName string)
- func (t *Base) SetName(name string)
- func (t *Base) SetToolDescription(description Description)
- func (t *Base) Where() string
- type Description
- type InstallText
- type Tool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AzureDataStudio ¶
type AzureDataStudio struct {
Base
}
func (*AzureDataStudio) Init ¶
func (t *AzureDataStudio) Init()
type Base ¶
type Base struct {
// contains filtered or unexported fields
}
func (*Base) ExeFullPath ¶
func (*Base) HowToInstall ¶
func (*Base) IsInstalled ¶
func (*Base) SetExeName ¶
func (*Base) SetToolDescription ¶
func (t *Base) SetToolDescription(description Description)
type Description ¶
type Description struct { Name string // Purpose describes what this tool does Purpose string // Text instructions to install the tool InstallText InstallText }
type InstallText ¶
Click to show internal directories.
Click to hide internal directories.