File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,7 @@ pub use http_client::send_request;
11
11
#[ doc( hidden) ]
12
12
pub use crate :: exports:: gcore:: fastedge:: http_handler;
13
13
use crate :: gcore:: fastedge:: http:: { Error as HttpError , Method , Request , Response } ;
14
- #[ doc( hidden) ]
15
- pub use crate :: gcore:: fastedge:: secret;
14
+
16
15
17
16
18
17
/// Implementation of Outbound HTTP component
@@ -32,12 +31,18 @@ wit_bindgen::generate!({
32
31
pub_export_macro: true ,
33
32
} ) ;
34
33
35
-
34
+ /// Helper functions for dictionary interface
36
35
pub mod dictionary {
37
36
#[ doc( inline) ]
38
37
pub use crate :: gcore:: fastedge:: dictionary:: get;
39
38
}
40
39
40
+ /// Helper functions for secret interface
41
+ pub mod secret {
42
+ #[ doc( inline) ]
43
+ pub use crate :: gcore:: fastedge:: secret:: get;
44
+ }
45
+
41
46
/// Error type returned by [`send_request`]
42
47
#[ derive( thiserror:: Error , Debug ) ]
43
48
pub enum Error {
You can’t perform that action at this time.
0 commit comments