Documentation ¶
Index ¶
- type KicsPlan
- type KicsPlanNamedResource
- type KicsPlanResource
- 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(_ 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 KicsPlan ¶ added in v1.4.5
type KicsPlan struct {
Resource map[string]KicsPlanResource `json:"resource"`
}
KicsPlan is an auxiliary structure for parsing tfplans as a KICS Document
type KicsPlanNamedResource ¶ added in v1.4.5
type KicsPlanNamedResource map[string]interface{}
KicsPlanNamedResource is an auxiliary structure for parsing tfplans as a KICS Document
type KicsPlanResource ¶ added in v1.4.5
type KicsPlanResource map[string]KicsPlanNamedResource
KicsPlanResource is an auxiliary structure for parsing tfplans as a KICS Document
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
Parser defines a parser type
func (*Parser) GetCommentToken ¶ added in v1.4.1
GetCommentToken return an empty string, since JSON does not have comment token
func (*Parser) GetResolvedFiles ¶ added in v1.5.9
func (p *Parser) GetResolvedFiles() map[string]model.ResolvedFile
GetResolvedFiles returns resolved files
func (*Parser) Resolve ¶ added in v1.2.2
Resolve - replace or modifies in-memory content before parsing
func (*Parser) StringifyContent ¶ added in v1.4.6
StringifyContent converts original content into string formatted version
func (*Parser) SupportedExtensions ¶
SupportedExtensions returns extensions supported by this parser, which is json extension
func (*Parser) SupportedTypes ¶ added in v1.1.3
SupportedTypes returns types supported by this parser, which are cloudFormation