This is an automated email from the ASF dual-hosted git repository.

mssun pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git.


    from 87f3668  [proto] Provide constructor (new) for simple messages
     new 4c58f50  [proto] Replace generic to simpler sytax: impl Trait
     new 3c378cd  [proto] Rename try_new to new, follow Rust naming convention
     new feaa604  [services] Add constructor to services

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 services/authentication/enclave/src/api_service.rs      | 13 +++++++++++--
 services/authentication/enclave/src/internal_service.rs | 13 +++++++++++--
 services/authentication/enclave/src/lib.rs              | 11 +++--------
 services/database/enclave/src/lib.rs                    |  8 +++-----
 services/database/enclave/src/proxy.rs                  |  8 +++++++-
 services/database/enclave/src/service.rs                | 10 ++++++++--
 services/frontend/enclave/src/lib.rs                    |  8 +++++++-
 services/frontend/enclave/src/service.rs                |  5 ++---
 services/proto/src/teaclave_authentication_service.rs   | 17 +++--------------
 services/proto/src/teaclave_common.rs                   | 12 ++++--------
 types/src/crypto.rs                                     | 10 +++++-----
 11 files changed, 64 insertions(+), 51 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to