Current section
Files
Jump to
Current section
Files
priv/kvs/project.kvs
module project kvs
record project
begin approvers = [] : term
| signer = [] : binary + list
| comment = [] : binary + list
| creator = [] : binary + list
| executors = [] : term
| control = [] : list
| notified = [] : list
| familiarized = [] : list
| certifier = [] : list
| sentOrgs = [] : list
| sentOutput = [] : list end