Documentation ¶
Overview ¶
Package ppsdb contains the database schema that PPS uses.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // JobsPipelineIndex maps pipeline to jobs started by the pipeline JobsPipelineIndex = col.Index{"Pipeline", false} // JobsInputIndex maps job inputs (repos + pipeline version) to output // commit. This is how we know if we need to start a job. JobsInputIndex = col.Index{"Input", false} // JobsOutputIndex maps job outputs to the job that create them. JobsOutputIndex = col.Index{"OutputCommit", false} )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.