# Packages
No description provided by the author
No description provided by the author
Package cache Cache item implementation Based on https://github.com/ReneKroon/ttlcache.
Package cache2 Cache item old implementation Based on https://github.com/ReneKroon/ttlcache.
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
DockerUtils is a simple utility to execute docker commands using shell This utility does not us the docker client library (due to compatability issues) but instead utilizes the shell command executor (from os/exec package).
HashUtils is a factory method that acts as a static member.
HttpUtils is a factory method that acts as a static member.
JsonUtils factory method.
PrintBanner displays the application's banner and lists all configuration variables along with their values in alphabetical order.
RecoverAll performs recover for all panics.
RecoverAny calls the callback function: cb with recovered value in case when recovered value exists in slice errors.
RecoverOne calls the callback function: cb with recovered value in case when recovered value equals to e otherwise panic won't be recovered and will be propagated.
SetSecret set the secret key and initializing vector to encode/decode API keys.
StringUtils factory method.
TimeUtils is a factory method.
TokenUtils is a factory method that acts as a static member.
# Structs
DockerContainer is used to construct docker container spec for the docker engine.
No description provided by the author
No description provided by the author