dproto v2.1.6 (2020-05-02T23:33:48Z)
Home
Dub
Repo
Service.Method
dproto
intermediate
Service
Undocumented in source.
struct
Service
struct
Method {
this
(string name, string documentation, string requestType, string responseType);
string
name
;
string
documentation
;
string
requestType
;
string
responseType
;
Options
options
;
void
toString
(void delegate(const(char)[]) sink, FormatSpec!char fmt);
}
Constructors
this
this
(string name, string documentation, string requestType, string responseType)
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.
Variables
documentation
string
documentation
;
Undocumented in source.
name
string
name
;
Undocumented in source.
options
Options
options
;
Undocumented in source.
requestType
string
requestType
;
Undocumented in source.
responseType
string
responseType
;
Undocumented in source.
Meta
Source
See Implementation
dproto
intermediate
Service
constructors
this
functions
toString
structs
Method
variables
name
options
rpc