hclgen

package
v0.11.4 Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2023 License: MPL-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HclGen

func HclGen(ui terminal.UI) bool

Types

type PlugDocs

type PlugDocs struct {
	PlugDocs []struct {
		PlugSubDocs []struct {
			Field    string `json:"Field"`
			Type     string `json:"Type"`
			Synopsis string `json:"Synopsis"`
			Optional bool   `json:"Optional"`
			Category bool   `json:"Category"`
			EnvVar   string `json:"EnvVar"`
		} `json:"SubFields"`
		Field    string `json:"Field"`
		Type     string `json:"Type"`
		Synopsis string `json:"Synopsis"`
		Optional bool   `json:"Optional"`
		Category bool   `json:"Category"`
		EnvVar   string `json:"EnvVar"`
	} `json:"requiredFields"`
	Name        string `json:"name"`
	Description string `json:"description"`
	Type        string `json:"type"`
}

Jump to

Keyboard shortcuts

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