Software /
code /
prosody
Comparison
teal-src/module.d.tl @ 13001:5883e78b6165
teal-src: Add keyval+ store type
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 28 Mar 2023 10:22:55 +0100 |
parent | 12979:fbbf4f0db8f0 |
child | 13109:5469045ef7f0 |
comparison
equal
deleted
inserted
replaced
13000:c7253174503e | 13001:5883e78b6165 |
---|---|
73 "r" "w" "a" "r+" "w+" "a+" | 73 "r" "w" "a" "r+" "w+" "a+" |
74 end | 74 end |
75 load_resource : function (moduleapi, string, file_mode) : FILE | 75 load_resource : function (moduleapi, string, file_mode) : FILE |
76 enum store_type | 76 enum store_type |
77 "keyval" | 77 "keyval" |
78 "keyval+" | |
78 "map" | 79 "map" |
79 "archive" | 80 "archive" |
80 end | 81 end |
81 open_store : function (moduleapi, string, store_type) | 82 open_store : function (moduleapi, string, store_type) |
82 enum stat_type | 83 enum stat_type |