Show raw api
{
"functions": [
{
"name": "isClientConfig",
"desc": "Checks if the given config is a valid InfluxDB client config",
"params": [
{
"name": "config",
"desc": "",
"lua_type": "any"
}
],
"returns": [
{
"desc": "",
"lua_type": "boolean"
}
],
"function_type": "static",
"source": {
"line": 18,
"path": "src/influxdbclient/src/Server/Config/InfluxDBClientConfigUtils.lua"
}
},
{
"name": "createClientConfig",
"desc": "Creates a new InfluxDB client config",
"params": [
{
"name": "config",
"desc": "",
"lua_type": "InfluxDBClientConfig"
}
],
"returns": [
{
"desc": "",
"lua_type": "InfluxDBClientConfig"
}
],
"function_type": "static",
"source": {
"line": 30,
"path": "src/influxdbclient/src/Server/Config/InfluxDBClientConfigUtils.lua"
}
}
],
"properties": [],
"types": [],
"name": "InfluxDBClientConfigUtils",
"desc": "",
"source": {
"line": 4,
"path": "src/influxdbclient/src/Server/Config/InfluxDBClientConfigUtils.lua"
}
}