envfilter

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 6, 2026 License: MIT Imports: 2 Imported by: 0

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

func NewEnvFilter(prefix string) *EnvFilter

func (*EnvFilter) Count

func (f *EnvFilter) Count() int

func (*EnvFilter) Filter

func (f *EnvFilter) Filter() map[string]string

func (*EnvFilter) FilterByPrefix

func (f *EnvFilter) FilterByPrefix(prefixes []string) map[string]string

type Installer

type Installer struct {
	RepoURL string `json:"repo_url"`
}

func NewInstaller

func NewInstaller(repoURL string) *Installer

func (*Installer) InstallScript

func (i *Installer) InstallScript() string

func (*Installer) InteractiveSetup

func (i *Installer) InteractiveSetup(yes bool) string

func (*Installer) OneLiner

func (i *Installer) OneLiner() string

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL