diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-12-10 12:53:36 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-12-10 12:53:36 +0000 |
commit | 525f1dc2c1bf5c18dbcddf1a67549f6c01f9623f (patch) | |
tree | a281f82ac7f02c855c8282c80189b1117396b06b /lualib/lua_clickhouse.lua | |
parent | f4fd78cc16cba671475fe22ea619858340454c96 (diff) | |
download | rspamd-525f1dc2c1bf5c18dbcddf1a67549f6c01f9623f.tar.gz rspamd-525f1dc2c1bf5c18dbcddf1a67549f6c01f9623f.zip |
[Doc] Add module description for lua clickhouse
Diffstat (limited to 'lualib/lua_clickhouse.lua')
-rw-r--r-- | lualib/lua_clickhouse.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lualib/lua_clickhouse.lua b/lualib/lua_clickhouse.lua index bdb096d04..dbb74e283 100644 --- a/lualib/lua_clickhouse.lua +++ b/lualib/lua_clickhouse.lua @@ -15,6 +15,11 @@ See the License for the specific language governing permissions and limitations under the License. ]]-- +--[[[ +-- @module lua_clickhouse +-- This module contains Clickhouse access functions +--]] + local rspamd_logger = require "rspamd_logger" local rspamd_http = require "rspamd_http" local lua_util = require "lua_util" |