Browse Source

Rename e.g. `Echo_EchoServiceImpl` to `Echo_EchoServiceClient`.

Daniel Alm 7 years ago
parent
commit
3526b0a4b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Plugin/Templates/client.swift

+ 1 - 1
Plugin/Templates/client.swift

@@ -70,7 +70,7 @@
   //-{% endfor %}
   //-{% endfor %}
 }
 }
 
 
-{{ access }} final class {{ .|serviceclass:file,service }}Impl: {{ .|serviceclass:file,service }} {
+{{ access }} final class {{ .|serviceclass:file,service }}Client: {{ .|serviceclass:file,service }} {
   {{ access }} private(set) var channel: Channel
   {{ access }} private(set) var channel: Channel
 
 
   {{ access }} var metadata : Metadata
   {{ access }} var metadata : Metadata