hunt-gossip ~master (2019-03-11T12:21:47Z)
Home
Dub
Repo
GossipState
hunt
gossip
model
GossipState
Undocumented in source.
struct
GossipState {
enum
GossipState
UP
;
enum
GossipState
DOWN
;
enum
GossipState
JOIN
;
this
(string state);
string
state
();
}
Constructors
this
this
(string state)
Undocumented in source.
Members
Functions
state
string
state
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
DOWN
enum
GossipState
DOWN
;
Undocumented in source.
JOIN
enum
GossipState
JOIN
;
Undocumented in source.
UP
enum
GossipState
UP
;
Undocumented in source.
Meta
Source
See Implementation
hunt
gossip
model
GossipState
structs
GossipState