Struct sda_server::SdaServer [] [src]

pub struct SdaServer {
    pub agents_store: Box<AgentsStore>,
    pub auth_tokens_store: Box<AuthTokensStore>,
    pub aggregation_store: Box<AggregationsStore>,
    pub clerking_job_store: Box<ClerkingJobsStore>,
}

Fields

Methods

impl SdaServer
[src]