Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct { Cmd string SubCmd string Flags []string Value []string Original string StartLine int EndLine int JSON bool }
Command is the struct for each dockerfile command
type Parser ¶
type Parser struct { }
Parser is a Dockerfile parser
func (*Parser) SupportedExtensions ¶
SupportedExtensions returns Dockerfile extensions
func (*Parser) SupportedTypes ¶ added in v1.1.3
SupportedTypes returns types supported by this parser, which are dockerfile
Click to show internal directories.
Click to hide internal directories.