Documentation
¶
Overview ¶
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. * * This product includes software developed at Datadog (https://www.datadoghq.com) Copyright 2024 Datadog, Inc.
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. * * This product includes software developed at Datadog (https://www.datadoghq.com) Copyright 2024 Datadog, Inc.
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. * * This product includes software developed at Datadog (https://www.datadoghq.com) Copyright 2024 Datadog, Inc.
Index ¶
- Constants
- type Converter
- type Parser
- func (p *Parser) GetCommentToken() string
- func (p *Parser) GetKind() model.FileKind
- func (p *Parser) Parse(ctx context.Context, fileContent []byte, path string, resolveReferences bool, ...) (resolved []byte, documents []model.Document, ignoreLines []int, ...)
- func (p *Parser) Resolve(ctx context.Context, fileContent []byte, filename string, _ bool, _ int) (resolved []byte, vars converter.VariableMap, err error)
- func (p *Parser) StringifyContent(content []byte) (string, error)
- func (p *Parser) SupportedExtensions() []string
- func (p *Parser) SupportedTypes() map[string]bool
Constants ¶
const RetriesDefaultValue = 50
RetriesDefaultValue is default number of times a parser will retry to execute
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Converter ¶
type Converter func(ctx context.Context, file *hcl.File, inputVariables converter.VariableMap) (model.Document, error)
Converter returns content json, error line, error
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
Parser struct that contains the function to parse file and the number of retries if something goes wrong
func NewDefault ¶
func NewDefault() *Parser
NewDefault initializes a parser with Parser default values
func NewDefaultWithParams ¶
nolint:gocritic
func (*Parser) GetCommentToken ¶
GetCommentToken return the comment token of Terraform - #
func (*Parser) Parse ¶
func (p *Parser) Parse(ctx context.Context, fileContent []byte, path string, resolveReferences bool, maxResolverDepth int) ( resolved []byte, documents []model.Document, ignoreLines []int, resolvedFiles map[string]model.ResolvedFile, err error)
Parse execute parser for the content in a file
func (*Parser) Resolve ¶
func (p *Parser) Resolve(ctx context.Context, fileContent []byte, filename string, _ bool, _ int) (resolved []byte, vars converter.VariableMap, err error)
Resolve - replace or modifies in-memory content before parsing
func (*Parser) StringifyContent ¶
StringifyContent converts original content into string formatted version
func (*Parser) SupportedExtensions ¶
SupportedExtensions returns Terraform extensions
func (*Parser) SupportedTypes ¶
SupportedTypes returns types supported by this parser, which are terraform
Directories
¶
| Path | Synopsis |
|---|---|
|
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. |
|
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. |
|
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. |