package
0.0.0-20250216052840-474a5a15f83a
Repository: https://github.com/josh-silvas/dmux.git
Documentation: pkg.go.dev
# Functions
Check function is executed from the dmux caller.
FromConfigFile : From gokeys.Settings type to open the config file and retrieve the cached version.
FromGitHub : Fetches the latest version from GitHub.
ParseConfigVersion will take a string value and attempt to parse is into a ConfigVersion type.
SemVer is a helper to convert goreleaser/git tags with semver tags.
# Structs
ConfigVersion : the parsed type from the configuration file stored locally.
Plugin type is used as the command and calling function for each plugin.