[][src]Module concourse_resource::internal

Internal types used to wrap inputs and outputs. They should not be built directly but are used by macros

Structs

CheckInput

Input of the "check" step of the resource

InInput

Input of the "in" step of the resource

InOutputKV

Output of the "in" step of the resource

KV

Simple Key-Value struct as needed by Concourse for metadata

OutInput

Input of the "out" step of the resource

OutOutputKV

Output of the "out" step of the resource