Documentation
¶
Index ¶
Constants ¶
View Source
const ( Name = "dbeaver-server-installer" Version = "v0.1.0" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
func (*App) InstallAllDependencies ¶
type DependenciesMissing ¶
type DependenciesMissing struct {
MissingDependencies []Dependency
}
func (DependenciesMissing) DependencyNames ¶
func (dm DependenciesMissing) DependencyNames() []string
func (DependenciesMissing) Error ¶
func (dm DependenciesMissing) Error() string
type Dependency ¶
type Dependency string
func (Dependency) InstallationInstructions ¶
func (d Dependency) InstallationInstructions() (string, bool)
func (Dependency) String ¶
func (d Dependency) String() string
type LocalGitRepoNotFound ¶
type LocalGitRepoNotFound struct{}
func (LocalGitRepoNotFound) Error ¶
func (err LocalGitRepoNotFound) Error() string
Click to show internal directories.
Click to hide internal directories.