From: Vsevolod Stakhov Date: Mon, 10 Dec 2018 12:53:36 +0000 (+0000) Subject: [Doc] Add module description for lua clickhouse X-Git-Tag: 1.9.0~462 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=525f1dc2c1bf5c18dbcddf1a67549f6c01f9623f;p=thirdparty%2Frspamd.git [Doc] Add module description for lua clickhouse --- diff --git a/lualib/lua_clickhouse.lua b/lualib/lua_clickhouse.lua index bdb096d042..dbb74e2836 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"