Documentation
¶
Index ¶
Constants ¶
View Source
const ( Dependency = "pipenv" PythonLayer = "python" RequirementsLayer = "requirements" Pipfile = "Pipfile" LockFile = "Pipfile.lock" RequirementsFile = "requirements.txt" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Contributor ¶
type Contributor struct {
// contains filtered or unexported fields
}
func NewContributor ¶
func (Contributor) ContributePipenv ¶
func (c Contributor) ContributePipenv() error
func (Contributor) ContributeRequirementsTxt ¶
func (c Contributor) ContributeRequirementsTxt() error
Click to show internal directories.
Click to hide internal directories.