Skip to content

Commit

Permalink
Add SecretValue enum (#64)
Browse files Browse the repository at this point in the history
* Add SecretValue enum

* serde instances
  • Loading branch information
paf31 authored Oct 19, 2023
1 parent f025865 commit 098b1c2
Show file tree
Hide file tree
Showing 5 changed files with 260 additions and 23 deletions.
178 changes: 155 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions rust-connector-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,4 @@ mime = "0.3.17"

[dev-dependencies]
axum-test-helper = "0.3.0"
goldenfile = "^1.5.2"
1 change: 1 addition & 0 deletions rust-connector-sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pub mod connector;
pub mod default_main;
pub mod json_response;
pub mod routes;
pub mod secret;
pub mod tracing;

pub use ndc_client::models;
Loading

0 comments on commit 098b1c2

Please sign in to comment.