tfrelease

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Jun 4, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TfRelease

type TfRelease struct {
	Draft      bool   `json:"draft"`
	PreRelease bool   `json:"prerelease"`
	Tag        string `json:"tag_name"`
	Version    *version.Version
}

TfRelease represents a Terraform release.

func Latest

func Latest() (*TfRelease, error)

Latest returns the latest terraform release (not draft or pre release version).

func List

func List() ([]*TfRelease, error)

List returns all Terraform releases.

Jump to

Keyboard shortcuts

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