package
0.1.44
Repository: https://github.com/zephinzer/dev.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
Package request implements standardised ways of issuing outgoing calls to other servces.
No description provided by the author
Package system implements utility methods that should apply across all operating systems and can be called in a cross-platform compatible manner.

# Functions

No description provided by the author
GetNKeyValuePairsStringMap returns the number of key-value mappings stored in the provided `kvd` (key-value dictionary).
No description provided by the author
No description provided by the author
No description provided by the author
Untar takes the .zip file located at options.InputPath and untars its contents to options.OutputPath; returns an error if something unexpected happened, or nil if all is well Made possible with guidance from: https://medium.com/@skdomino/taring-untaring-files-in-go-6b07cf56bc07.
Unzip takes the .zip file located at options.InputPath and unzips its contents to options.OutputPath; returns an error if something unexpected happened, or nil if all is well Made possible with guidance from: https://golangcode.com/unzip-files-in-go/.

# Constants

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

# Structs

UntarEvent is an object that is passed to the events stream for the consumer to know what's going on inside.
No description provided by the author
UntarStatus stores the status of the untarring process and is returned through the UntarEvent object.
UnzipEvent is an object that is passed to the events stream for the consumer to know what's going on inside.
No description provided by the author
UnzipStatus stores the status of the unzipping process and is returned through the UnzipEvent object.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author