GEOFFREY v0.1.2 Documentation

Event data type

«  Geoffrey Server   ::   Contents   ::   0.1.0  »

Event data type

{
  'project': '<project_id>',
  'plugin': '<plugin_id>',
  'key': <defined by plugin (content & type)>,
  'value': <defined by plugin (content & type)>
}

Filesystem event example:

{
  'project': 'project example',
  'plugin': 'FileSystem',
  'key': '/home/nil/mifichero.py',
  'value': {'type': 'modification', 'timestamp': ..., 'md5': 'ddd'}
}

«  Geoffrey Server   ::   Contents   ::   0.1.0  »