# Functions

Btc_Sat converts BTC float to Satochi Int; 100 million sat = 1BTC int64 value +/- 9223372036854775807Btc_Sat ...
Chain together multiple iterators.
CookieHasAccess ...
Count from i to infinity.
Cycle through an iterator infinitely (requires memory).
Elements after pred(el) == true.
Filter out any elements where pred(el) == false.
Filter out any elements where pred(el) == true.
No description provided by the author
No description provided by the author
GenerateTransRef ..
GenHash ...
HashPassword ...
No description provided by the author
No description provided by the author
LeftPad2Len https://github.com/DaddyOh/golang-samples/blob/master/pad.go.
No description provided by the author
Map an iterator to fn(el) for el in it.
Map p, q, ..
Map p, q, ..
No description provided by the author
PanicIf ...
RandStr ...
Reduce the iterator (aka fold) from the left.
RemoveDuplicatesInt ...this is used to remove duplicates in integers.
RemoveDuplicatesUnordered .
Repeat an element n times or infinitely.
RightPad2Len https://github.com/DaddyOh/golang-samples/blob/master/pad.go.
Round ...
TODO write check for float64 size.
Schedule is a generic timer func that will run a func after a delay.
SetField ...
SetupDB ...
SetupDB ...
SetupDBNoEntities ..
SetupDBReturn ...
SetupKeebler ...
Sub-iterator from start (inclusive) to [stop (exclusive) every [step (default 1)]].
Map an iterator if arrays to a fn(els...) Iter must be an iterator of []interface{} (possibly created by Zip) If not, Starmap will act like MultiMap with a single iterator.
StringExistInSlice ....this is to check if a string exist in a slice.
StringSliceToString ....this is used to convert a string slice to string with comma as a seperator.
StringSubString ...this is for string substring.
Elements before pred(el) == false.
Split an iterator into n multiple iterators Requires memory to keep values for n iterators.
Helper to tee just into two iterators.
No description provided by the author
No description provided by the author
No description provided by the author
Zip up multiple interators into one Close on shortest iterator.
Zip up multiple iterators into one Close on longest iterator.

# Variables

DataStoreObject ...
DB ...
No description provided by the author
Keebler ...

# Structs

ConfigReader ...
CustomErr ...
DataStore ...
DataStoreError ...
DBQueryBuilder ..
FileConfig ..
HTTPUtilityFunctions ..
LogManager ...
QueryFilter ...
QueryStruct ...
RDBMSImpl ..
RethinkDBImpl ..

# Type aliases

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