Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnvFilter ¶
type EnvFilter struct {
// contains filtered or unexported fields
}
func NewEnvFilter ¶
type Installer ¶
type Installer struct {
RepoURL string `json:"repo_url"`
}
func NewInstaller ¶
func (*Installer) InstallScript ¶
func (*Installer) InteractiveSetup ¶
type TampPlugin ¶
type TampPlugin struct {
Name string `json:"name"`
Version string `json:"version"`
Enabled bool `json:"enabled"`
}
func NewTampPlugin ¶
func NewTampPlugin(name, version string) *TampPlugin
func (*TampPlugin) Disable ¶
func (p *TampPlugin) Disable()
func (*TampPlugin) Enable ¶
func (p *TampPlugin) Enable()
func (*TampPlugin) Status ¶
func (p *TampPlugin) Status() string
Click to show internal directories.
Click to hide internal directories.