generator

package
v0.2.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const PackageName = "aws"
View Source
const ProviderStructName = "Provider"

Variables

This section is empty.

Functions

This section is empty.

Types

type Generator

type Generator struct {
	// Format configures whether or not the Go code is passed through `go fmt` before being written.
	// Disabling this is useful for diagnosing issues with the generator.
	Format bool

	// LineNumbers causes line number comments to be added to the beginning of each line that is written.
	// It is intended to aid in debugging the generator, as the line number comments may not be completely accurate depending
	// on which generator is being used.
	LineNumbers bool
}

Generator generates the AWS provider code based on the configuration.

func (*Generator) Generate

func (g *Generator) Generate(w writer.Writer, cfg config.Config) error

Generate generates all functions and writes them to the Writer.

Jump to

Keyboard shortcuts

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