dproto v2.1.0 (2016-09-08T00:43:15Z)
Home
Dub
Repo
Service
dproto
intermediate
Undocumented in source.
package
struct
Service {
this
(string name);
string
name
;
Options
options
;
Method
[]
rpc
;
struct
Method
;
void
toString
(void delegate(const(char)[]) sink, FormatSpec!char fmt);
}
Constructors
this
this
(string name)
Undocumented in source.
Members
Functions
toString
void
toString
(void delegate(const(char)[]) sink, FormatSpec!char fmt)
Undocumented in source. Be warned that the author may not have intended to support it.
Structs
Method
struct
Method
Undocumented in source.
Variables
name
string
name
;
Undocumented in source.
options
Options
options
;
Undocumented in source.
rpc
Method
[]
rpc
;
Undocumented in source.
Meta
Source
See Implementation
dproto
intermediate
structs
Dependency
EnumType
Extension
Field
MessageType
Option
Options
ProtoPackage
Service