Current section
Files
Jump to
Current section
Files
priv/erp.uno/kvs/routeProc.kvs
module routeProc kvs
record routeProc
begin id = [] : list
| operation = [] : [] + atom
| feed = [] : [] + binary
| type = [] : atom
| folder = [] : binary
| users = [] : binary + list
| folderType = "personal" : binary
| callback = [] : [] + function
| reject = [] : [] + boolean
| options = [] : [] + list end