# Functions
Wrapper for os.Getenv (may trigger log.Fatal if value is empty or is not valid integer).
Using os.Getenv, get map of key=value strings from environment.
Wrapper for os.Getenv (may trigger log.Fatal if value is empty).
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
NewClientFromConfig creates client connection from environmental config (or custom config source)
Config is read using key=value; pairs in key GRPC_SERVER_serviceName" value: A string must begin with first argument with no value (single string) Key-value pairs are separated with ';'
Example:
"test;key1=value;key2=other value;"
serviceName: locates config values by key "GRPC_SERVICE_serviceName globalConfig: config map, from where to read the string.
No description provided by the author
Makes new Queue (unintialized) Without Initialize, Enqueue takes up to to [backlog] operations before blocked.
Example:
"test;key1=value;key2=other value;"
serverName: locates config values by key "GRPC_SERVER_serviceName globalConfig: config map, from where to read the string.
ParseConfstr splits value of a variable by key=value; pairs.
No description provided by the author
# Variables
EnvVarsConfig should be used to indicate config variable containing settings for must be read by ParseConfstr() from os.Environ.
# Structs
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
JobQueue is synchronous operations pool used to ensure that at a given time moment only one database read/write operation is exec.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
Context passed to the operation func will tell it is cancelled if queue is stopping.