Documentation
¶
Index ¶
Constants ¶
View Source
const ( Dependency = "python_packages" Cache = "pip_cache" RequirementsFile = "requirements.txt" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Contributor ¶
type Contributor struct {
// contains filtered or unexported fields
}
func NewContributor ¶
func NewContributor(context build.Build, manager PackageManager) (Contributor, bool, error)
func (Contributor) Contribute ¶
func (c Contributor) Contribute() error
Click to show internal directories.
Click to hide internal directories.