Skip to content

Commit

Permalink
refactor: rename method calls
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Sopena Ballesteros committed Dec 10, 2023
1 parent 5b54b09 commit 6ea3732
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/manta/bos/template.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use serde_json::Value;

/* pub fn get_image_id_from_bos_sessiontemplate_related_to_cfs_configuration(
/* pub fn get_image_id_from_bos_sessiontemplate_vec(
bos_sessiontemplate_value_vec: &[Value],
// cfs_configuration: &str,
) -> Vec<String> {
Expand Down Expand Up @@ -57,7 +57,7 @@ use serde_json::Value;
.collect::<Vec<String>>()
} */

pub fn get_image_id_from_bos_sessiontemplate_related_to_cfs_configuration(
pub fn get_image_id_from_bos_sessiontemplate_vec(
bos_sessiontemplate_value_vec: &[Value],
) -> Vec<String> {
bos_sessiontemplate_value_vec
Expand Down
2 changes: 1 addition & 1 deletion src/manta/cfs/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ pub async fn get_sessions(
cfs_session_table_data_list
}

pub fn get_image_id_from_cfs_session_related_to_cfs_configuration(
pub fn get_image_id_from_cfs_session_vec(
cfs_session_value_vec: &[Value],
// cfs_configuration: &str,
) -> Vec<String> {
Expand Down

0 comments on commit 6ea3732

Please sign in to comment.