Documentation
¶
There is no documentation for this package.
Directories
¶
| Path | Synopsis |
|---|---|
|
internal
|
|
|
app
Package app provides the main application functionality.
|
Package app provides the main application functionality. |
|
cli
Package cli provides the command-line interface for the application.
|
Package cli provides the command-line interface for the application. |
|
config
Package config provides configuration structures and validation for the godyl application.
|
Package config provides configuration structures and validation for the godyl application. |
|
core/defaults
Package defaults provides functionality for managing default values and configurations.
|
Package defaults provides functionality for managing default values and configurations. |
|
core/processor
Package processor handles the processing of tool installations and management.
|
Package processor handles the processing of tool installations and management. |
|
core/updater
Package updater provides functionality for updating tools and managing update strategies.
|
Package updater provides functionality for updating tools and managing update strategies. |
|
detect
Package detect provides functionality for detecting and managing platform-specific information, including the operating system, architecture, system library, file extension, and distribution.
|
Package detect provides functionality for detecting and managing platform-specific information, including the operating system, architecture, system library, file extension, and distribution. |
|
detect/platform
Package platform provides types and utilities for representing and working with different system platforms, including architectures, operating systems, libraries, and distributions.
|
Package platform provides types and utilities for representing and working with different system platforms, including architectures, operating systems, libraries, and distributions. |
|
github
Package github provides functionality to interact with GitHub repositories, releases, and assets via the GitHub API.
|
Package github provides functionality to interact with GitHub repositories, releases, and assets via the GitHub API. |
|
goi
Package goi provides functionality for managing and installing Go binaries.
|
Package goi provides functionality for managing and installing Go binaries. |
|
match
Package match provides functionality to evaluate and match assets against specific platform requirements and name-based hints.
|
Package match provides functionality to evaluate and match assets against specific platform requirements and name-based hints. |
|
rusti
Package rusti provides functionality for managing and installing rust binaries.
|
Package rusti provides functionality for managing and installing rust binaries. |
|
tools
Package tools provides structures and methods for managing tool configurations, including downloading, validating, and executing tools in various environments.
|
Package tools provides structures and methods for managing tool configurations, including downloading, validating, and executing tools in various environments. |
|
tools/sources
Package sources provides abstractions for handling various types of installation sources, including GitHub repositories, direct URLs, Go projects, and command-based sources.
|
Package sources provides abstractions for handling various types of installation sources, including GitHub repositories, direct URLs, Go projects, and command-based sources. |
|
tools/sources/command
Package command provides utilities to manage and execute shell commands.
|
Package command provides utilities to manage and execute shell commands. |
|
tools/sources/common
Package common provides shared utilities and types used across various modules, including functions for handling downloads, metadata management, file operations, and installation processes.
|
Package common provides shared utilities and types used across various modules, including functions for handling downloads, metadata management, file operations, and installation processes. |
|
tools/sources/github
Package github provides functionality for interacting with GitHub repositories, including fetching release information, matching assets to specific requirements, and downloading files from repository releases.
|
Package github provides functionality for interacting with GitHub repositories, including fetching release information, matching assets to specific requirements, and downloading files from repository releases. |
|
tools/sources/go
Package goc provides functionality for handling Go-based installations and managing Go commands using GitHub repositories.
|
Package goc provides functionality for handling Go-based installations and managing Go commands using GitHub repositories. |
|
tools/sources/url
Package url provides functionality to handle URLs as sources for downloading and managing files.
|
Package url provides functionality to handle URLs as sources for downloading and managing files. |
|
pkg
|
|
|
cobraext
Package cobraext provides extensions to the cobra package.
|
Package cobraext provides extensions to the cobra package. |
|
download
Package download provides functionality for downloading files from URLs, with support for various protocols and automatic extraction of archives.
|
Package download provides functionality for downloading files from URLs, with support for various protocols and automatic extraction of archives. |
|
env
Package env provides utilities for managing environment variables in Go.
|
Package env provides utilities for managing environment variables in Go. |
|
file
Package file provides utilities for handling folder and file operations.
|
Package file provides utilities for handling folder and file operations. |
|
flagexp
Package flagexp provides some experimental features to provide suggestions for typos in flag names.
|
Package flagexp provides some experimental features to provide suggestions for typos in flag names. |
|
logger
Package logger provides a simple logging framework that supports different log levels (DEBUG, INFO, WARN, ERROR, ALWAYS, SILENT) and color-coded output.
|
Package logger provides a simple logging framework that supports different log levels (DEBUG, INFO, WARN, ERROR, ALWAYS, SILENT) and color-coded output. |
|
pretty
Package pretty contains functions for prettifying and visualizing data in JSON and YAML formats.
|
Package pretty contains functions for prettifying and visualizing data in JSON and YAML formats. |
|
stringman
Package stringman provides utilities for working with strings.
|
Package stringman provides utilities for working with strings. |
|
unmarshal
Package unmarshal provides utilities for unmarshalling YAML data that can represent either a single item or a slice of items.
|
Package unmarshal provides utilities for unmarshalling YAML data that can represent either a single item or a slice of items. |
|
utils
Package utils provides utility functions for handling common tasks such as setting default values, checking 'zero-ness', and normalizing map keys.
|
Package utils provides utility functions for handling common tasks such as setting default values, checking 'zero-ness', and normalizing map keys. |
Click to show internal directories.
Click to hide internal directories.