# Functions
AddInt adds int.
Append add element to the list and return new list.
ConnectDB start connection to db.
Contains checks if a value is in a list.
Copy copies a list.
CounterAdd makes thread safe counter.
CounterValue makes thread safe counter.
DBBegin starts transaction.
DBClose closes a transaction.
DBColumn makes partiall part of sql query from schema.
DBCommit commits transaction.
DBCreate creates a resource in a db.
DBDelete deletes a resource in a db.
DBExec closes a transaction.
DBGet get resource from a db.
DBList lists data from database.
DBQuery fetchs data from db with additional query.
DBUpdate updates a resource in a db.
Delete deletes an item from list.
DivInt divieds int.
Env returns map of env values.
Error returns extension Error.
FetchContent fetch contents from arbitrary path.
First return the first element.
FloatToInt converts float to int.
ForceStop force stop queue.
FormatUUID format uuidv4.
GetConfig returns config by key.
GetOpenstackClient makes openstack client.
GetTestServerURL returns URL of ts.
GohanLoadSchema loads schema from path.
GohanPolicies returns all policies.
GohanSchema returns gohan schema object by schemaID.
GohanSchemas returns map of schemas.
GohanServer starts gohan server from configFile.
HTTPDelete deletes data using HTTP.
HTTPGet fetch data using HTTP.
HTTPPatch patches data using HTTP.
HTTPPost posts data using HTTP.
HTTPPut puts data using HTTP.
HTTPRequest request HTTP.
InitDB initializes database using schema.
IntToIP converts int to ip string.
IPAdd adds int for ip.
IPToInt converts ip string to int.
Join joins list using separator.
Last return the last element.
MakeCounter makes thread safe counter.
MakeMap makes thread safe map.
MakeQueue makes new worker queue with specfied workers.
MapGet set value to map.
MapHas key or not.
MapRemove removes key from map.
MapSet set value to map.
MulInt multiplis int.
NormalizeMap normalizes data which can't be used for standard yaml or json.
OpenstackDelete deletes a resource using OpenStack API.
OpenstackEndpoint returns API endpoint for each service name.
OpenstackEnsure keep resource status to sync.
OpenstackGet gets a resource using OpenStack API.
OpenstackPost posts a resource using OpenStack API.
OpenstackPut puts a resource using OpenStack API.
OpenstackToken get auth token from client.
ParseCidr parse cidr for start ip and number of ips.
ReadConfig reads configuration from file.
SaveContent saves data for path.
Shift retrives first element and left.
Size checks length of a list.
Split splits value using separator.
Stop stops work queue.
StopTestServer stops test server.
SubInt substructs int.
Unshift pushes an item on the beginnings.
UUID makes uuidv4.
WaitQueue waits queue get empty.