packager

package
v0.2.5 Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2025 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const StatementPipInstall = "pip-install"
View Source
const StatementPoetryInstall = "poetry-export"

Variables

This section is empty.

Functions

func Detect added in v0.2.0

Types

type BuildTool added in v0.2.0

type BuildTool interface {
	Detect(ctx context.Context, dir string) (bool, error)
}

type PipInstall

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

func (*PipInstall) Detect added in v0.2.0

func (p *PipInstall) Detect(ctx context.Context, dir string) (bool, error)

func (*PipInstall) Name

func (p *PipInstall) Name() string

func (*PipInstall) Run

func (*PipInstall) SetOptions

func (p *PipInstall) SetOptions(options cbev1.Options)

type PoetryExport added in v0.2.0

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

func (*PoetryExport) Detect added in v0.2.0

func (p *PoetryExport) Detect(ctx context.Context, dir string) (bool, error)

func (*PoetryExport) Name added in v0.2.0

func (p *PoetryExport) Name() string

func (*PoetryExport) Run added in v0.2.0

func (*PoetryExport) SetOptions added in v0.2.0

func (p *PoetryExport) SetOptions(options cbev1.Options)

Jump to

Keyboard shortcuts

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