package
0.0.0-rc9
Repository: https://github.com/doublecloud/transfer.git
Documentation: pkg.go.dev

# Packages

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
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
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
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

AnnoDominiBeginning returns the first time instant of the AD (modern) epoch in the given location.
AppendErr appends err to errors if it is not nil and returns the result.
AppendErrs appends newErrs to errors and returns the result.
BackoffLogger uses level "warn" by default.
No description provided by the author
No description provided by the author
BeforeChristEnding returns the first time instant AFTER the end of the BC (pre-modern) epoch in the given location.
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
No description provided by the author
DelayFunc delays the execution of the given func by the given duration.
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
ForEachErr is for calling function for each element of slice which may return error.
No description provided by the author
No description provided by the author
GetFreePort returns free port in operating system that you can use for deploying your service.
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
IsASCIIPrintable - determines if this is string (safe to printing) or binary buffer taken from: https://stackoverflow.com/a/24677132.
No description provided by the author
IsOpen Beware, this function consumes an item from the channel.
No description provided by the author
JSONMarshalUnescape writes the JSON encoding of v to the byte slice, does not make HTML Escape (like json.Marshal).
No description provided by the author
LowerCamelCase converts a string into camel case starting with a lower case letter.
MakeChanWithError constructs a buffered channel with capacity 1, writes the given error into it and returns the channel.
No description provided by the author
No description provided by the author
MapErr is for applying mapping function to slice which may return error.
No description provided by the author
MapKeysInOrder returns a sorted slice of all the keys in the given map.
No description provided by the author
No description provided by the author
No description provided by the author
NewErrs returns a slice of error.
No description provided by the author
NewIfNil returns specified ptr, initializing it with new object if ptr is nil.
No description provided by the author
No description provided by the author
NewSmartTimer constructs a timer with the given duration and puts it into "fired" state.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PrefixErrors prefixes each error within the supplied Errors slice with the string pfx.
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
Simplified version of https://github.com/alessio/shellescape/blob/master/shellescape.go.
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
ToString returns a string representation of errors.
No description provided by the author
UniqueErrors returns the unique errors from the supplied Errors slice.
No description provided by the author
UpperCamelCase converts a string into camel case starting with a upper case letter.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
use hasher with once allocated slice [sha256.Size]byte for result instead of sha256.Sum256() function to avoid extra memory allocations.
LineSplitter splits text, taking into account line breaks, and writes those entries into the given writer.
Rollbacks is cancellable caller of rollback functions.
SmartTimer is an object that can be waited on for time to pass.
No description provided by the author
XDArray Multidimensional array with arbitrary item type.

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author
Errors is a slice of error.