Skip to content

Commit

Permalink
add more traits to ConnectorMode
Browse files Browse the repository at this point in the history
  • Loading branch information
paritosh-08 committed Oct 5, 2023
1 parent 13a358f commit 91b410b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-connector-sdk/src/connector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ pub trait Connector {
) -> Result<models::QueryResponse, QueryError>;
}

#[derive(Serialize, Deserialize)]
#[derive(Serialize, Deserialize, Eq, PartialEq, Debug)]
pub enum ConnectorMode {
ReadOnly,
ReadWrite,
Expand Down

0 comments on commit 91b410b

Please sign in to comment.