Documentation ¶
Index ¶
- type Parser
- func (p *Parser) GetCommentToken() string
- func (p *Parser) GetKind() model.FileKind
- func (p *Parser) GetResolvedFiles() map[string]model.ResolvedFile
- func (p *Parser) Parse(filePath string, fileContent []byte) ([]model.Document, []int, error)
- func (p *Parser) Resolve(fileContent []byte, _ string, _ bool) ([]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 defines a parser type
func (*Parser) GetCommentToken ¶
GetCommentToken return the comment token of CFG/CONF - #
func (*Parser) GetResolvedFiles ¶
func (p *Parser) GetResolvedFiles() map[string]model.ResolvedFile
GetResolvedFiles returns resolved files
func (*Parser) StringifyContent ¶
StringifyContent converts original content into string formatted version
func (*Parser) SupportedExtensions ¶
SupportedExtensions returns extensions supported by this parser, which are only ini extension
func (*Parser) SupportedTypes ¶
SupportedTypes returns types supported by this parser, which is ansible
Click to show internal directories.
Click to hide internal directories.