terraform

package
v0.19.821 Latest Latest
Warning

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

Go to latest
Published: Mar 3, 2026 License: AGPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cache

type Cache struct {
	// contains filtered or unexported fields
}

func (*Cache) Get

func (cache *Cache) Get(key string) (string, bool)

func (*Cache) Set

func (cache *Cache) Set(key string, value string)

type CacheEntry

type CacheEntry struct {
	Value     string
	Timestamp time.Time
}

type Client

type Client interface {
	GetLatestVersion() (string, error)
}

func New

func New() Client

type FakeClient

type FakeClient struct{}

FakeClient is a test implementation of Client that returns a static version.

func NewFakeClient

func NewFakeClient() *FakeClient

func (*FakeClient) GetLatestVersion

func (f *FakeClient) GetLatestVersion() (string, error)

type GitHubRelease

type GitHubRelease struct {
	TagName    string `json:"tag_name"`
	Name       string `json:"name"`
	Draft      bool   `json:"draft"`
	Prerelease bool   `json:"prerelease"`
}

type TerraformClient

type TerraformClient struct {
	// contains filtered or unexported fields
}

This client ONLY fetches the latest version from github releases It doesn't actually execute terraform commands

func (*TerraformClient) FetchVersion

func (client *TerraformClient) FetchVersion() (string, error)

func (*TerraformClient) GetLatestVersion

func (client *TerraformClient) GetLatestVersion() (string, error)

Jump to

Keyboard shortcuts

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