A description of each method of a service.
var methods: [MethodDescriptor]
s11GRPCCodeGen17ServiceDescriptorV7methodsSayAA06MethodD0VGvp
88782
import GRPCCodeGen
struct ServiceDescriptor
Represents a service described in an IDL file.
struct MethodDescriptor
Represents a method described in an IDL file.
init(documentation: String, name: ServiceName, methods: [MethodDescriptor])
var documentation: String
Documentation from comments above the IDL service description. It is already formatted, meaning it contains “///” and new lines.
var name: ServiceName
The name of the service.
init(documentation: String, name: Name, namespace: Name, methods: [MethodDescriptor])