parser

package
v0.3.14 Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BinaryParser

type BinaryParser struct {
	// contains filtered or unexported fields
}

func (BinaryParser) Parse

func (j BinaryParser) Parse() (tfjson.Plan, error)

type JSONParser added in v0.3.0

type JSONParser struct {
	// contains filtered or unexported fields
}

func (JSONParser) Parse added in v0.3.0

func (j JSONParser) Parse() (tfjson.Plan, error)

type Parser

type Parser interface {
	Parse() (tfjson.Plan, error)
}

func CreateParser

func CreateParser(data []byte, fileName string) (Parser, error)

func NewBinaryParser

func NewBinaryParser(fileName string) Parser

func NewJSONParser added in v0.3.0

func NewJSONParser(data []byte) Parser

Jump to

Keyboard shortcuts

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