]> source.dussan.org Git - rspamd.git/commitdiff
[Doc] Add module description for lua clickhouse
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 10 Dec 2018 12:53:36 +0000 (12:53 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 10 Dec 2018 12:53:36 +0000 (12:53 +0000)
lualib/lua_clickhouse.lua

index bdb096d042e91bbf39be8cc39b1dc555bad44a5a..dbb74e2836674229970dfcecd160acb6ea13b3ca 100644 (file)
@@ -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"