providers_api

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: May 4, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Provider

type Provider struct {
	Name       string `json:"Provider"`
	MinVersion string `json:"MinVersion"`
	MaxVersion string `json:"MaxVersion"`
}

Provider represents a provider fetched from the API and all it's attributes

func GetSupportedProviders

func GetSupportedProviders() ([]Provider, error)

GetSupportedProviders

@brief:

GetSupportedProviders retrieves all supported providers

@returns:

[]string - list of supported Terraform providers
error - if exists, else nil

Jump to

Keyboard shortcuts

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