package
0.15.4
Repository: https://github.com/frantjc/forge.git
Documentation: pkg.go.dev

# Functions

ResourcesFrom returns whatever resources have been embedded in given context.
ResourceTypesFrom returns whatever resource types have been embedded in given context.
WithResources embeds the given resources into the given context.
WithResourceTypes embeds the given resource types into the given context.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

Input is the struct which has the JSON encoding which gets passed on stdin to a resource.
Output has the JSON encoding which a resource outputs on stdout.
Pipeline is the subset of a Concourse pipeline file relevant to finding resource_types.
Resource has the YAML encoding of a resource as it would appear in the `resource` array of a Concourse pipeline configuration file.
ResourceType has the YAML encoding of a resource type as it would appear in the `resource_types` array of a Concourse pipeline configuration file.
No description provided by the author