doc/storage: Add archive store map-like API

This commit is contained in:
Kim Alvefur 2020-05-11 22:32:28 +02:00
parent 82714e54a8
commit 7d6580d307

View file

@ -50,6 +50,10 @@ interface archive_store
-- Map of counts per "with" field
summary : ( self, string?, archive_query? ) -> ( { string : integer } ) | (nil, string)
-- Map-store API
get : ( self, string, string ) -> (stanza, number?, string?) | (nil, string)
set : ( self, string, string, stanza, number?, string? ) -> (boolean) | (nil, string)
end
-- This represents moduleapi