mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
doc/storage: Add archive store map-like API
This commit is contained in:
parent
82714e54a8
commit
7d6580d307
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue