exporters

package
v0.0.0-...-5963335 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppExporter

type AppExporter struct {
	// contains filtered or unexported fields
}

func NewAppExporter

func NewAppExporter(w io.WriteCloser) *AppExporter

func (*AppExporter) Export

func (e *AppExporter) Export(tools []tool.Tool) error

type AptExporter

type AptExporter struct {
	// contains filtered or unexported fields
}

func NewAptExporter

func NewAptExporter(w io.WriteCloser) *AptExporter

func (*AptExporter) Export

func (e *AptExporter) Export(tools []tool.Tool) error

type BrewExporter

type BrewExporter struct {
	// contains filtered or unexported fields
}

func NewBrewExporter

func NewBrewExporter(w io.WriteCloser) *BrewExporter

func (*BrewExporter) Export

func (e *BrewExporter) Export(tools []tool.Tool) error

type Exporter

type Exporter interface {
	Export([]tool.Tool) error
}

func AllExporters

func AllExporters() ([]Exporter, error)

type GitHubExporter

type GitHubExporter struct {
	// contains filtered or unexported fields
}

func NewGitHubExporter

func NewGitHubExporter(w io.WriteCloser) *GitHubExporter

func (*GitHubExporter) Export

func (e *GitHubExporter) Export(tools []tool.Tool) error

type SymlinksExporter

type SymlinksExporter struct {
	// contains filtered or unexported fields
}

func NewSymlinkExporter

func NewSymlinkExporter(w io.WriteCloser) *SymlinksExporter

func (*SymlinksExporter) Export

func (e *SymlinksExporter) Export(_ []tool.Tool) error

type UpgradeExporter

type UpgradeExporter struct {
	// contains filtered or unexported fields
}

func NewUpgradeExporter

func NewUpgradeExporter(w io.WriteCloser) *UpgradeExporter

func (*UpgradeExporter) Export

func (e *UpgradeExporter) Export(tools []tool.Tool) error

Jump to

Keyboard shortcuts

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