iota

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cloud

type Cloud int
const (
	Aws Cloud = iota
)

func CloudIota

func CloudIota(
	rawCloudFromConfig string,
) Cloud

func (Cloud) Iota

func (c Cloud) Iota() Cloud

func (Cloud) Name

func (c Cloud) Name() string

func (Cloud) TemplateFiles

func (c Cloud) TemplateFiles() *TemplateFiles

type Dirs

type Dirs int
const (
	Dependencies Dirs = iota
	Templates
)

func (Dirs) Name

func (d Dirs) Name() string

type TemplateFiles

type TemplateFiles struct {
	Cloud string
	Base  string
}

type Tool

type Tool int
const (
	Packer Tool = iota
	Terraform
)

func (Tool) Iota

func (t Tool) Iota() Tool

func (Tool) Name

func (t Tool) Name() string

func (Tool) PluginDir added in v0.1.1

func (t Tool) PluginDir() string

func (Tool) PluginPathEnvironmentVariable

func (t Tool) PluginPathEnvironmentVariable() string

func (Tool) VarsName

func (t Tool) VarsName() string

func (Tool) Version

func (t Tool) Version() string

Jump to

Keyboard shortcuts

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