grpc v0.3.0-beta.5 (2020-10-28T10:03:22Z)
Home
Dub
Repo
GrpcService
grpc
GrpcService
Undocumented in source.
interface
GrpcService {
string
getModule
();
Status
process
(string method, GrpcStream stream, ubyte[] complete);
}
Members
Functions
getModule
string
getModule
()
Undocumented in source.
process
Status
process
(string method, GrpcStream stream, ubyte[] complete)
Undocumented in source.
Meta
Source
See Implementation
grpc
GrpcService
functions
endHeaderFrame
interfaces
GrpcService