Skip to content

Commit

Permalink
serde instances
Browse files Browse the repository at this point in the history
  • Loading branch information
paf31 committed Oct 18, 2023
1 parent a698f21 commit 89d193d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust-connector-sdk/src/secret.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ pub enum SecretValueImpl {
///
/// This marker type indicates that a value should be configured
/// from secrets drawn from a secret store.
#[derive(Serialize, Deserialize, Debug, Clone)]
pub struct SecretValue(pub SecretValueImpl);

impl JsonSchema for SecretValue {
Expand Down

0 comments on commit 89d193d

Please sign in to comment.