File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,6 @@ pub mod deploy_config;
83
83
pub mod deploy_config2;
84
84
pub mod environment_variables;
85
85
pub mod http_actions;
86
- pub mod import;
87
86
pub mod logs;
88
87
pub mod node_action_callbacks;
89
88
pub mod parse;
@@ -93,6 +92,7 @@ pub mod router;
93
92
pub mod scheduling;
94
93
pub mod schema;
95
94
pub mod snapshot_export;
95
+ pub mod snapshot_import;
96
96
pub mod storage;
97
97
pub mod subs;
98
98
Original file line number Diff line number Diff line change @@ -68,15 +68,6 @@ use crate::{
68
68
deploy_config2,
69
69
environment_variables:: update_environment_variables,
70
70
http_actions:: http_action_handler,
71
- import:: {
72
- cancel_import,
73
- import,
74
- import_finish_upload,
75
- import_start_upload,
76
- import_upload_part,
77
- perform_import,
78
- prepare_import,
79
- } ,
80
71
logs:: {
81
72
stream_function_logs,
82
73
stream_udf_execution,
@@ -117,6 +108,15 @@ use crate::{
117
108
get_zip_export,
118
109
request_zip_export,
119
110
} ,
111
+ snapshot_import:: {
112
+ cancel_import,
113
+ import,
114
+ import_finish_upload,
115
+ import_start_upload,
116
+ import_upload_part,
117
+ perform_import,
118
+ prepare_import,
119
+ } ,
120
120
storage:: {
121
121
storage_get,
122
122
storage_upload,
File renamed without changes.
You can’t perform that action at this time.
0 commit comments