client-call-unary.swift 320 B

12345
  1. {{ access }} protocol {{ .|call:file,service,method }}: ClientCallUnary { }
  2. fileprivate final class {{ .|call:file,service,method }}Base: ClientCallUnaryBase<{{ method|input }}, {{ method|output }}>, {{ .|call:file,service,method }} {
  3. override class var method: String { return "{{ .|path:file,service,method }}" }
  4. }