Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos-tosca
/
205c8a7f9f0c97e8be4ff1550d85a33df654a3f0
/
.
/
src
/
tosca
/
xtarget
/
tosca_keys.xtarget
blob: 95690619b779b9355a48b753f177eecc616751d7 [
file
] [
log
] [
blame
]
TOSCA_KEYS
=
{
{%-
for
m
in
proto
.
messages
%}
'{{ m.name }}'
:
{{
xproto_fields_to_tosca_keys
(
m
.
fields
+
xproto_base_fields
(
m
,
proto
.
message_table
),
m
)
}},
{%-
endfor
%}
}