Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InputMapper ¶
type InputMapper interface {
SaveNextInputMapping(
logger lager.Logger,
versions *algorithm.VersionsDB,
job atc.JobConfig,
) (algorithm.InputMapping, error)
}
func NewInputMapper ¶
func NewInputMapper(db InputMapperDB, transformer inputconfig.Transformer) InputMapper
type InputMapperDB ¶
type InputMapperDB interface {
SaveIndependentInputMapping(inputVersions algorithm.InputMapping, jobName string) error
SaveNextInputMapping(inputVersions algorithm.InputMapping, jobName string) error
DeleteNextInputMapping(jobName string) error
}
Directories
¶
| Path | Synopsis |
|---|---|
|
inputconfigfakes
This file was generated by counterfeiter
|
This file was generated by counterfeiter |
|
This file was generated by counterfeiter
|
This file was generated by counterfeiter |
Click to show internal directories.
Click to hide internal directories.