## Description Implement register_input_file and register_output_file in management service.
Fixes # (issue) ## Type of change (select applied and DELETE the others) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] API change with a documentation update - [ ] Additional test coverage - [ ] Code cleanup or just sync with upstream third-party crates ## How Has This Been Tested? ## Checklist (check ALL before submitting PR, even not applicable) - [ ] Fork the repo and create your branch from `master`. - [ ] If you've added code that should be tested, add tests. - [ ] If you've changed APIs, update the documentation. - [ ] Ensure the tests pass (see CI results). - [ ] Make sure your code lints/format. You can view, comment on, or merge this pull request online at: https://github.com/apache/incubator-teaclave/pull/219 -- Commit Summary -- * implement register_input_file/register_output_file * wait storage service -- File Changes -- M cmake/scripts/test.sh (5) M config/runtime.config.toml (4) M services/management/enclave/Cargo.toml (2) A services/management/enclave/src/file.rs (108) M services/management/enclave/src/lib.rs (34) M services/management/enclave/src/service.rs (133) M tests/fixtures/runtime.config.toml (4) M tests/functional_tests/enclave/src/lib.rs (2) A tests/functional_tests/enclave/src/teaclave_management_service.rs (77) M tests/unit_tests/enclave/Cargo.toml (3) M tests/unit_tests/enclave/src/lib.rs (2) M types/src/crypto.rs (9) -- Patch Links -- https://github.com/apache/incubator-teaclave/pull/219.patch https://github.com/apache/incubator-teaclave/pull/219.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/pull/219
