util

package
v0.92.16 Latest Latest
Warning

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

Go to latest
Published: May 9, 2024 License: MIT Imports: 26 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Version = "undefined"
	GitSha  = "undefined"
	Release = "false"
	Dirty   = "true"
)

Functions

func DownloadModule

func DownloadModule(fs afero.Fs, cacheDir, source string) (string, error)

func Dump

func Dump(foo interface{})

Dump will pretty print whatever is in foo

func GetFoggCachePath added in v0.28.0

func GetFoggCachePath() (string, error)

func Intptr added in v0.21.0

func Intptr(i int64) *int64

func JSONNumberPtr added in v0.56.0

func JSONNumberPtr(i int) *json.Number

func JoinStrPointers added in v0.58.5

func JoinStrPointers(sep string, elems ...*string) *string

func OpenTemplate

func OpenTemplate(label string, source io.Reader, templates fs.FS) (*template.Template, error)

OpenTemplate will read `source` for a template, parse, configure and return a template.Template

func ParseVersion added in v0.14.0

func ParseVersion(version string) (semver.Version, string, bool)

func ProjectRoot added in v0.21.0

func ProjectRoot() string

func PwdFs added in v0.21.0

func PwdFs() (afero.Fs, error)

func SliceContainsString added in v0.50.0

func SliceContainsString(haystack []string, needle string) bool

func SortedMapKeys added in v0.16.5

func SortedMapKeys(in interface{}) []string

func StrPtr added in v0.21.0

func StrPtr(s string) *string

func TestFile added in v0.21.0

func TestFile(name string) ([]byte, error)

func TestFs added in v0.21.0

func TestFs() (afero.Fs, string, error)

func VersionCacheKey

func VersionCacheKey() string

func VersionString

func VersionString() (string, error)

Types

type Downloader added in v0.63.0

type Downloader struct {
	Source string
}

func MakeDownloader added in v0.63.0

func MakeDownloader(src string) (*Downloader, error)

func (*Downloader) DownloadAndParseModule added in v0.63.0

func (dd *Downloader) DownloadAndParseModule(fs afero.Fs) (*tfconfig.Module, error)

type ModuleDownloader added in v0.63.0

type ModuleDownloader interface {
	DownloadAndParseModule(fs afero.Fs) (*tfconfig.Module, error)
}

Jump to

Keyboard shortcuts

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