pip

package
v1.2.7 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2021 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PipCommand

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

func (*PipCommand) SetArgs

func (pc *PipCommand) SetArgs(arguments []string) *PipCommand

func (*PipCommand) SetRepo

func (pc *PipCommand) SetRepo(repo string) *PipCommand

func (*PipCommand) SetRtDetails

func (pc *PipCommand) SetRtDetails(rtDetails *config.ArtifactoryDetails) *PipCommand

type PipCommandInterface

type PipCommandInterface interface {
	SetRtDetails(rtDetails *config.ArtifactoryDetails) *PipCommand
	SetRepo(repo string) *PipCommand
	SetArgs(arguments []string) *PipCommand
	RtDetails() (*config.ArtifactoryDetails, error)
	CommandName() string
	Run() error
}

type PipInstallCommand

type PipInstallCommand struct {
	*PipCommand
	// contains filtered or unexported fields
}

func NewPipInstallCommand

func NewPipInstallCommand() *PipInstallCommand

func (*PipInstallCommand) CommandName

func (pic *PipInstallCommand) CommandName() string

func (*PipInstallCommand) RtDetails

func (pic *PipInstallCommand) RtDetails() (*config.ArtifactoryDetails, error)

func (*PipInstallCommand) Run

func (pic *PipInstallCommand) Run() error

Jump to

Keyboard shortcuts

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