Skip to content

Commit

Permalink
Add SecretValue enum
Browse files Browse the repository at this point in the history
  • Loading branch information
paf31 committed Oct 18, 2023
1 parent cc4e2b2 commit a698f21
Show file tree
Hide file tree
Showing 5 changed files with 259 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 a698f21

Please sign in to comment.