Explorar el Código

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

Daniel Alm hace 8 años
padre
commit
3526b0a4b5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Plugin/Templates/client.swift

+ 1 - 1
Plugin/Templates/client.swift

@@ -70,7 +70,7 @@
   //-{% 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 }} var metadata : Metadata