package
3.0.19+incompatible
Repository: https://github.com/signal18/replication-manager.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
Camelcase the given string.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ConvertWildcards converts patterns with "*" into regex-compatible ".*" Appends "$" to patterns without wildcards for exact matching.
CopyDir recursively copies a directory tree, attempting to preserve permissions.
CopyFile copies the contents of the file named src to the file named by dst.
CopyFile copies the contents of the file named src to the file named by dst.
No description provided by the author
CopyFilesContainFilenames copies files with specified substrings from srcDir to dstDir.
CopyFilesWithSuffix copies files with specified suffixes from srcDir to dstDir.
CopyFilesWithSuffix copies files with specified suffixes from srcDir to dstDir.
parses the raw stats CSV output to a json string.
parses the raw stats CSV output to a map.
No description provided by the author
No description provided by the author
No description provided by the author
Extract a token using regex pattern.
No description provided by the author
No description provided by the author
Get local host IP */.
No description provided by the author
Perform an HTTP GET request and return the response body as a string.
No description provided by the author
No description provided by the author
isValidDomainOrIP checks if the input is a valid domain or IP address and not "localhost".
isValidURL checks if the input is a valid URL with a valid domain or IP address.
No description provided by the author
Perform an HTTP Post request and return the response body as a string.
No description provided by the author
No description provided by the author
RemoveOldLogFiles removes log files older than a specified number of days from the given directory, based on a specified prefix and timestamp format.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Returns two host and port items from a pair, e.g.
No description provided by the author
Returns generic items from a pair, e.g.
No description provided by the author
No description provided by the author
Untargz takes tar.gz file and unpack to directory.
Validate server host and port */.