Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Buildpack dist.BuildpackURI `toml:"buildpack"` Dependencies []dist.ImageOrURI `toml:"dependencies"` }
Config encapsulates the possible configuration options for buildpackage creation.
type ConfigReader ¶
type ConfigReader struct{}
ConfigReader implements a Read method for buildpackage configuration which parses and validates buildpackage configuration from a toml file.
func NewConfigReader ¶
func NewConfigReader() *ConfigReader
NewConfigReader returns an instance of ConfigReader. It does not take any parameters.
Click to show internal directories.
Click to hide internal directories.