summaryrefslogtreecommitdiff
path: root/rest-api-templates/event_function_decl.mustache
blob: fd2c7eb5bbc1a0d4fc0ddb9e0b7debe2819e133b (plain)
1
2
3
4
5
6
7
8
9
10
struct ast_json *stasis_json_event_{{c_id}}_create(
{{#bridge}}
	struct ast_bridge_snapshot *bridge_snapshot{{#channel}},{{/channel}}{{^channel}}{{#has_properties}},{{/has_properties}}{{/channel}}
{{/bridge}}
{{#channel}}
	struct ast_channel_snapshot *channel_snapshot{{#has_properties}},{{/has_properties}}
{{/channel}}
{{#has_properties}}
	struct ast_json *blob
{{/has_properties}}