package
0.8.2
Repository: https://github.com/regclient/regclient.git
Documentation: pkg.go.dev

# Functions

ConfigLoadFile loads the config from a specified filename.
ConfigLoadReader reads the config from an io.Reader.
ConfigNew creates an empty configuration.
ConfigWrite outputs the processed config.
No description provided by the author

# Constants

UserAgent sets the header on http requests.

# Variables

ErrCanceled is used when context is canceled before task completes.
ErrInvalidInput indicates a required field is invalid.
ErrMissingInput indicates a required field is missing.
ErrNotFound when anything else isn't found.
ErrNotImplemented returned when method has not been implemented yet.
ErrUnsupportedConfigVersion happens when config file version is greater than this command supports.

# Structs

AllowDeny is an allow and deny list of regex strings.
Config is parsed configuration file for regsync.
ConfigDefaults is uses for general options and defaults for ConfigSync entries.
ConfigHook identifies the hook type and params.
ConfigHooks for commands that run during the sync.
ConfigRateLimit is for rate limit settings.
No description provided by the author
ConfigSync defines a source/target repository to sync.