..
This commit is contained in:
16
backend/node_modules/googleapis/templates/resource-partial.ts
generated
vendored
Normal file
16
backend/node_modules/googleapis/templates/resource-partial.ts
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{% if r.methods %}
|
||||
{% for mname in methods|sort -%}
|
||||
{% set m = methods[mname] %}
|
||||
{% include "./method-partial.ts" with m %}
|
||||
{%- endfor -%}
|
||||
{%- endif -%}{%- if r.methods && r.resources -%},{%- endif -%}
|
||||
|
||||
{% if r.resources %}
|
||||
{%- for rname in resources|sort -%}
|
||||
{%- set r = resources[rname] -%}
|
||||
|
||||
{{ rname }}: {
|
||||
{%- include "./resource-partial.ts" with r -%}
|
||||
}{%- if not loop.last -%},{%- endif -%}
|
||||
{%- endfor -%}
|
||||
{%- endif -%}
|
||||
Reference in New Issue
Block a user