Skip to content

Commit be129a2

Browse files
committed
feat: go
1 parent 0c6abfb commit be129a2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

templates/go/api.mustache

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,4 +572,8 @@ func (c *APIClient) {{nickname}}({{#hasParams}}r {{#structPrefix}}{{&classname}}
572572

573573
{{#isSearchClient}}
574574
{{> search_helpers}}
575-
{{/isSearchClient}}
575+
{{/isSearchClient}}
576+
577+
{{#isIngestionClient}}
578+
{{> ingestion_helpers}}
579+
{{/isIngestionClient}}

0 commit comments

Comments
 (0)