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.
Index ¶
- func AddExtraInfo(ctx context.Context, documents []model.Document, filePath string) []model.Document
- func ConvertKeysToString(docs []model.Document) []model.Document
- func Parse(ctx context.Context, fileContent []byte, filePath string, ...) (resolved []byte, documents []model.Document, ignoreLines []int, ...)
- func SupportedExtensions() []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddExtraInfo ¶ added in v0.0.10
func ConvertKeysToString ¶ added in v0.0.10
convertKeysToString goes through every document to convert map[interface{}]interface{} to map[string]interface{}
func Parse ¶ added in v0.0.10
func Parse(ctx context.Context, fileContent []byte, filePath string, resolveReferences bool, maxResolverDepth int) ( resolved []byte, documents []model.Document, ignoreLines []int, resolvedFiles map[string]model.ResolvedFile, err error)
Parse parses yaml/yml file and returns it as a Document
func SupportedExtensions ¶ added in v0.0.10
func SupportedExtensions() []string
SupportedExtensions returns extensions supported by this parser, which are yaml and yml extension
Types ¶
This section is empty.
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. |
Click to show internal directories.
Click to hide internal directories.