Documentation ¶
Index ¶
- func AbsPath(p string) (string, error)
- func EnsureBinary(path string) error
- func ExecuteBinary(binaryPath string, args []string, v interface{}) ([]byte, error)
- func PathExists(path string) (bool, error)
- func ToLookupMap[T comparable](slice []T) map[T]struct{}
- func UnzipSource(source, destination string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnsureBinary ¶
func ExecuteBinary ¶
func PathExists ¶
func ToLookupMap ¶
func ToLookupMap[T comparable](slice []T) map[T]struct{}
func UnzipSource ¶ added in v0.68.0
UnzipSource iterates over zip files inside the archive and unzips each of them to the destination.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.