Struct sota::interpreter::GlobalInterpreter
[−]
[src]
pub struct GlobalInterpreter<'t> { pub config: Config, pub token: Option<Cow<'t, AccessToken>>, pub http_client: Box<Client>, pub rvi: Option<Services>, }
The GlobalInterpreter
interprets the Command
inside incoming Interpret
messages, broadcasting Event
s globally and (optionally) sending the final
outcome Event
to the Interpret
response channel.
Fields
config | |
token | |
http_client | |
rvi |