Skip to content

Commit

Permalink
feat: add possibility of own ruby code in client (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
honzap committed Apr 16, 2024
1 parent 4c85474 commit afe7632
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/api/clients/ruby/lib/client.rb.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ require "{{ .Config.Name }}_client/version"
require "{{ .Config.Name }}_client/{{ .Config.Name }}_pb"
require "{{ .Config.Name }}_client/{{ .Config.Name }}_services_pb"
{{- end }}

## <<Stencil::Block(extraClientCode)>>
{{ file.Block "extraClientCode" }}
## <</Stencil::Block>>

0 comments on commit afe7632

Please sign in to comment.