json

package
v2.1.1-integrations Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 1, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KicsPlan

type KicsPlan struct {
	Resource map[string]KicsPlanResource `json:"resource"`
}

KicsPlan is an auxiliary structure for parsing tfplans as a KICS Document

type KicsPlanNamedResource

type KicsPlanNamedResource map[string]interface{}

KicsPlanNamedResource is an auxiliary structure for parsing tfplans as a KICS Document

type KicsPlanResource

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

func (p *Parser) GetCommentToken() string

GetCommentToken return an empty string, since JSON does not have comment token

func (*Parser) GetKind

func (p *Parser) GetKind() model.FileKind

GetKind returns JSON constant kind

func (*Parser) GetResolvedFiles

func (p *Parser) GetResolvedFiles() map[string]model.ResolvedFile

GetResolvedFiles returns resolved files

func (*Parser) Parse

func (p *Parser) Parse(_ string, fileContent []byte) ([]model.Document, []int, error)

Parse parses json file and returns it as a Document

func (*Parser) Resolve

func (p *Parser) Resolve(fileContent []byte, filename string, resolveReferences bool, maxResolverDepth int) ([]byte, error)

Resolve - replace or modifies in-memory content before parsing

func (*Parser) StringifyContent

func (p *Parser) StringifyContent(content []byte) (string, error)

StringifyContent converts original content into string formatted version

func (*Parser) SupportedExtensions

func (p *Parser) SupportedExtensions() []string

SupportedExtensions returns extensions supported by this parser, which is json extension

func (*Parser) SupportedTypes

func (p *Parser) SupportedTypes() map[string]bool

SupportedTypes returns types supported by this parser, which are cloudFormation

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL