output

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AllResourceConfigs

type AllResourceConfigs map[string][]ResourceConfig

AllResourceConfigs is a list/slice of resource configs present in IaC

type ResourceConfig

type ResourceConfig struct {
	ID     string      `json:"id"`
	Name   string      `json:"name"`
	Source string      `json:"source"`
	Line   int         `json:"line"`
	Type   string      `json:"type"`
	Config interface{} `json:"config"`
}

ResourceConfig describes a resource present in IaC

Jump to

Keyboard shortcuts

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