Documentation ¶
Index ¶
- type Parser
- func (p *Parser) GetCommentToken() string
- func (p *Parser) GetKind() model.FileKind
- func (p *Parser) Parse(_ string, fileContent []byte) ([]model.Document, []int, error)
- func (p *Parser) Resolve(fileContent []byte, filename string) (*[]byte, error)
- func (p *Parser) StringifyContent(content []byte) (string, error)
- func (p *Parser) SupportedExtensions() []string
- func (p *Parser) SupportedTypes() map[string]bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parser ¶
type Parser struct { }
Parser - parser for Proto files
func (*Parser) GetCommentToken ¶
GetCommentToken return the comment token of Docker - #
func (*Parser) StringifyContent ¶
StringifyContent converts original content into string formated version
func (*Parser) SupportedExtensions ¶
SupportedExtensions returns Dockerfile extensions
func (*Parser) SupportedTypes ¶
SupportedTypes returns types supported by this parser, which are dockerfile
Click to show internal directories.
Click to hide internal directories.