imports of bindings
Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
parent
109f030b5b
commit
7aa757015a
|
@ -1,6 +1,7 @@
|
|||
var Spec_0_1 = require('./specs/spec_0_1.js');
|
||||
var Spec_0_2 = require('./specs/spec_0_2.js');
|
||||
var JSONFormatter_0_1 = require('./formats/json_0_1.js');
|
||||
var Spec_0_1 = require('./specs/spec_0_1.js');
|
||||
var Spec_0_2 = require('./specs/spec_0_2.js');
|
||||
var JSONFormatter_0_1 = require('./formats/json_0_1.js');
|
||||
var HTTPStructured_0_1 = require('./bindings/http/structured_0_1.js');
|
||||
|
||||
/*
|
||||
* Class created using the Builder Design Pattern.
|
||||
|
@ -53,5 +54,10 @@ Cloudevent.formats = {
|
|||
'json0.1': JSONFormatter_0_1
|
||||
};
|
||||
|
||||
Cloudevent.bindings = {
|
||||
'http-structured' : HTTPStructured_0_1,
|
||||
'http-structured0.1' : HTTPStructured_0_1
|
||||
};
|
||||
|
||||
module.exports = Cloudevent;
|
||||
|
||||
|
|
Loading…
Reference in New Issue