refactor: remove dead code
This commit is contained in:
parent
3befecd645
commit
8f3035fccc
2 changed files with 0 additions and 13 deletions
|
@ -23,13 +23,6 @@ mod stack;
|
|||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
||||
pub(crate) struct DeckClient<'ctx> {
|
||||
ctx: &'ctx FullCtx,
|
||||
hostname: &'ctx NextcloudHostname,
|
||||
username: &'ctx NextcloudUsername,
|
||||
password: &'ctx NextcloudPassword,
|
||||
}
|
||||
|
||||
#[derive(Parser, Debug)]
|
||||
pub enum NextcloudCommand {
|
||||
#[clap(subcommand)]
|
||||
|
|
|
@ -12,9 +12,3 @@ newtype!(
|
|||
Ord,
|
||||
"API Secret token for Trello"
|
||||
);
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub(crate) struct TrelloAuth<'cfg> {
|
||||
pub(crate) api_key: &'cfg TrelloApiKey,
|
||||
pub(crate) api_secret: &'cfg TrelloApiSecret,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue