Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parser ¶
type Parser interface {
// Parse parses file and converts it to commands.
Parse(filePath string) ([]description.Command, error)
}
Parser parses image description from file.
func NewResolvingParser ¶
NewResolvingParser returns new auto resolving parser.
func NewSpecFileParser ¶
func NewSpecFileParser() Parser
NewSpecFileParser creates new specfile parser.
Click to show internal directories.
Click to hide internal directories.