Documentation
¶
Index ¶
Constants ¶
View Source
const StatementPipInstall = "pip-install"
View Source
const StatementPoetryInstall = "poetry-export"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PipInstall ¶
type PipInstall struct {
// contains filtered or unexported fields
}
func (*PipInstall) Name ¶
func (p *PipInstall) Name() string
func (*PipInstall) Run ¶
func (p *PipInstall) Run(ctx *pipelines.BuildContext, _ ...cbev1.Options) (cbev1.Options, error)
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) Name ¶ added in v0.2.0
func (p *PoetryExport) Name() string
func (*PoetryExport) Run ¶ added in v0.2.0
func (p *PoetryExport) Run(ctx *pipelines.BuildContext, _ ...cbev1.Options) (cbev1.Options, error)
func (*PoetryExport) SetOptions ¶ added in v0.2.0
func (p *PoetryExport) SetOptions(options cbev1.Options)
Click to show internal directories.
Click to hide internal directories.