Packages

FT FormalTalk ERP.UNO Compiler

Current section

Files

Jump to
ft priv kvs routeProc.kvs
Raw

priv/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 = false : false + boolean
| options = [] : [] + list end