1
2
3
4
5
pub struct PuppetOptions {
    pub endpoint: Option<String>,
    pub timeout: Option<u64>,
    pub token: Option<String>,
}