pip

package
v1.12.1 Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2022 License: Apache-2.0 Imports: 12 Imported by: 1

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) SetServerDetails added in v1.4.0

func (pc *PipCommand) SetServerDetails(serverDetails *config.ServerDetails) *PipCommand

type PipCommandInterface

type PipCommandInterface interface {
	SetServerDetails(rtDetails *config.ServerDetails) *PipCommand
	SetRepo(repo string) *PipCommand
	SetArgs(arguments []string) *PipCommand
	ServerDetails() (*config.ServerDetails, 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) Run

func (pic *PipInstallCommand) Run() error

func (*PipInstallCommand) ServerDetails added in v1.4.0

func (pic *PipInstallCommand) ServerDetails() (*config.ServerDetails, error)

Jump to

Keyboard shortcuts

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